<< CLx_setting_set Configuration CLx_setting_reset >>

celestlabx >> CelestLabX > Configuration > CLx_setting_get

CLx_setting_get

Returns the value of a setting parameter

Calling Sequence

value = CLx_setting_get(name)

Description

Returns the value of a setting parameter. See CLx_settings for the list of available setting parameters.

Arguments

name:

(string) Name of the setting parameter.

value:

(variable type) Value of the setting parameter.

Examples

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

Report an issue
<< CLx_setting_set Configuration CLx_setting_reset >>