Since version 2026, Flux 3D and Flux PEEC are no longer available.

Please use SimLab to create a new 3D project or to import an existing Flux 3D project.

Please use SimLab to create a new PEEC project (not possible to import an existing Flux PEEC project).

/!\ Documentation updates are in progress – some mentions of 3D may still appear.

FMP_getVariationParameterProperties

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:
    • error handle (NULL=OK)
Valid value for typeParam in file header "flux_mp.h"
UNKNOWNVARPARAM
UPDATABLEVARPARAM
NOUPDATABLEVARPARAM