Property (Read-Write)
SCPI.DISPlay.CLOCk = Status
Status = SCPI.DISPlay.CLOCk
This command turns ON/OFF the clock display in the instrument status bar (at the right bottom of the LCD display).
Parameter |
Status |
Description |
ON/OFF of the clock display |
Data type |
Boolean type (Boolean) |
Range |
Select either of the following:
|
Preset value |
True or ON |
Dim DispTime As Boolean
SCPI.DISPlay.CLOCk = ON
DispTime = SCPI.DISPlay.CLOCk
System > Misc Setup > Clock Setup > Show Clock
:DISPlay:CLOCk {ON|OFF|1|0}
:DISPlay:CLOCk?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:CLOC OFF"
20 OUTPUT 717;":DISP:CLOC?"
30 ENTER 717;A