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_init
H_ERROR FMP_init (char* configFile,CEDINT32 debugFlag)Initialize
configuration, environment, localisation etc.- Input:
- configFile: configuration file to initialize "flux_mp.dll"
Nothing : installed version
- debugFile: debug flag.
If debugFlag equal DEBUGMODE a python file "fmp_debug.py" is generated in current directory.
- configFile: configuration file to initialize "flux_mp.dll"
- Return:
-
error handle (NULL=OK)
-
| Valid value for debugFlag in file header "flux_mp.h" |
| RELEASEMODE |
| DEBUGMODE |
Exemple:
status = FMP_init("", RELEASEMODE)