Programming > SCPI Overview > Numeric Values
Booleans
The booleans can assume two values: logical yes and logical no (ON and OFF), and are specified in command as:
ON or 1 — logical yes
OFF or 0 — logical no
For example:
DISPlay:ENABle OFF
DISPlay:ENABle 0