SCPI.DISPlay.CLOCk

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.CLOCk = Value

Value = SCPI.DISPlay.CLOCk

Description

This command Show/Hide clock display.

Variable

Parameter

   Value

Description

Show/Hide clock display

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

ON

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.DISPlay.CLOCk = Var
Var = SCPI.DISPlay.CLOCk

Equivalent Key

PN Menu: System > Misc Setup > Clock Setup > Show Clock

SP Menu: System > Misc Setup > Clock Setup > Show Clock

FP Menu: System > Misc Setup > Clock Setup > Show Clock

TR Menu: System > Misc Setup > Clock Setup > Show Clock

AM Menu: System > Misc Setup > Clock Setup > Show Clock

BB Menu: System > Misc Setup > Clock Setup > Show Clock

USER Menu: System > Misc Setup > Clock Setup > Show Clock

Equivalent SCPI Command

Syntax

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

:DISPlay:CLOCk?

Query Response

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

Example of use

10 OUTPUT 717;":DISPlay:CLOCk 1"
20 OUTPUT 717;":DISPlay:CLOCk ?"
30 ENTER 717;A