<< CL_autoLevels Utilities CL_configSet >>

CelestLab >> Utilities > CL_configGet

CL_configGet

Get a CelestLab's configuration parameter

Calling Sequence

val = CL_configGet(name)

Description

Parameters

name:

(string) Name of configuration parameter. (1x1)

val:

(string) Value of configuration parameter. (1x1)

Authors

See also

Examples

warning_mode = CL_configGet("warning_mode");

Report an issue
<< CL_autoLevels Utilities CL_configSet >>