override_status

Purpose:

Use this command to test the override mode of a variable. The output (stdout) will be “On” or “Off” return of 0 for success and 1 for any error.

Enter:

override_status <variable_label>

Where:

variable_label

Specify the label of the variable.

Example:

override_status my_var
The above command prints ‘On’ if the “override_active” member of the variable is TRUE and returns a 0.

If the “override_active” member of the variable is FALSE, then it prints ‘Off’ and returns a 0.

If the variable cannot be found or CyFlex is not running, then it returns a 1.

Notes:

See Also:

sovr, svar, gvar, override_mon