Command/Query
:DISPlay:CLOCk {ON|OFF|1|0}
:DISPlay:CLOCk?
This command show/hide 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 Boolean
Var= 1
Ana.WriteString ":DISP:CLOC" & Str(Var), True
Ana.WriteString ":DISP:CLOC?", True
Var=Ana.ReadNumber
System > Misc Setup > Clock Setup > Show Clock
SCPI.DISPLAY.CLOCK