Command:
saveSampleCfg ( |
|
What:
Saves the current sample in a file
Parameters:
file [char*] |
file name and path where the sample should be stored. If no path is provided the current directory is taken as default |
Return:
error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred
Examples:
saveSampleCfg('sample.sam')