Get the number of real and the number of component for a list of
VariationParameter
H_ERROR FMP_getVariationParameterProperties (CEDINT32 serverUid,CEDINT32 nbrParam,char** paramName ,CEDINT32* nbrReal,CEDINT32* nbrComponents,CEDINT32* typeParam)
- Input:
- serverUid: server Uid
- nbrParam: number of I/O parameter (variation parameters)
- paramName: name of I/O parameter
- Output:
- nbrReal: array of number of real (free with " FMP_free")
- nbrComponent: array of number of components (free with "
FMP_free")
- typeParam: array of parameter type (free with " FMP_free")
- Return:
Valid value for typeParam in file header "flux_mp.h" |
UNKNOWNVARPARAM |
UPDATABLEVARPARAM |
NOUPDATABLEVARPARAM |