<< CLx_setting_get Configuration Settings >>

celestlabx >> CelestLabX > Configuration > CLx_setting_reset

CLx_setting_reset

Resets setting to default

Calling Sequence

CLx_setting_reset()

Description

Resets the values of the following setting parameters: LOG_VERBOSITY, LOG_FILE, STELA_LOG to their default values.

Examples

CLx_setting_reset();

disp(CLx_setting_get("LOG_VERBOSITY"));
disp(CLx_setting_get("LOG_FILE"));
disp(CLx_setting_get("STELA_LOG"));

// STELA path unchanged ! 
disp(CLx_setting_get("STELA_ROOT"));

Report an issue
<< CLx_setting_get Configuration Settings >>