<< CL_configGet Utilities CL_covDraw >>

CelestLab >> Utilities > CL_configSet

CL_configSet

Sets a CelestLab's configuration parameter

Calling Sequence

CL_configSet(name, val)

Description

Parameters

name:

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

val:

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

Authors

See also

Examples

CL_configSet("warning_mode", "silent");

Report an issue
<< CL_configGet Utilities CL_covDraw >>