SCPI.DISPlay.CLOCk

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.CLOCk = Status

Status = SCPI.DISPlay.CLOCk

Description

This command turns ON/OFF the clock display in the instrument status bar (at the right bottom of the LCD display).

Variable

Parameter

Status

Description

ON/OFF of the clock display

Data type

Boolean type (Boolean)

Range

Select either of the following:

  • True or ON: Turns ON the clock display.

  • False or OFF: Turns OFF the clock display.

Preset value

True or ON

Examples

Dim DispTime As Boolean
SCPI.DISPlay.CLOCk = ON
DispTime = SCPI.DISPlay.CLOCk

Equivalent key

System > Misc Setup > Clock Setup > Show Clock

Equivalent SCPI command

Syntax

:DISPlay:CLOCk {ON|OFF|1|0}

:DISPlay:CLOCk?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:CLOC OFF"
20 OUTPUT 717;":DISP:CLOC?"
30 ENTER 717;A