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_getAllVariationParameter

Get names of all Input/Output parameter (variation parameter)

H_ERROR FMP_getAllVariationParameter(CEDINT32 serverUid, CEDINT32* nbrParam,char*** paramName)
  • Input:
    • serverUid: server Uid
  • Output:
    • nbrParam: number of I/O parameter
    • paramName:Array of parameter names (free with "FMP_freeChar" )
  • Return:
    • error handle (NULL=OK)