7.9.8.34. Gel_LoadProfileConfiguration¶
Loads a profile configuration from a file.
Format
GEL_LoadProfileConfiguration(sFileName);
Parameters
sFileNamenames the file to load the configuration from.
Description
This function loads a saved profile configuration, including activities, ranges, control points, and custom data collection options.
Synchronous
Synchronous from GEL: Yes
Completely synchronous: No
Example
GEL_LoadProfileConfiguration(“C:\config.ini”);
Related Topics