Command/Query
:DISPlay:CLOCk {ON|OFF|1|0}
:DISPlay:CLOCk?
This command turns ON/OFF the clock display in the instrument status bar (at the right bottom of the LCD display).
Parameter |
Selection Option |
Description |
ON/OFF of the clock display |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":DISP:CLOC" & Str(Var), True
Ena.WriteString ":DISP:CLOC?", True
Var=Ena.ReadNumber
System > Misc Setup > Clock Setup > Show Clock
SCPI.DISPLAY.CLOCK