Command:

saveFactorCfg (  
const char* fileName
)

What:

Saves the current factors configuration in the file given as parameter

Parameters:

fileName
[char*]
file name and path where the current factors configuration should be saved. if no path is provided the file is saved in the current directory

Return:

error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred


Examples:

saveFactorCfg('config1.fac')

the current factors configuration will be saved in the file config1.fac in the current directory

- A Matlab example script using this command set_model_inputs.m

All Factor Commands: