SCPI.DISPlay.ENABle

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.ENABle = Status

Status = SCPI.DISPlay.ENABle

Description

This command turns ON/OFF the display update on the E5061B measurement screen.

Variable

Parameter

Status

Description

ON/OFF of the display update of the E5061B measurement screen

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the display update.

  • False or OFF : Turns OFF the display update.

Preset value

True or ON

Examples

Dim DispUpdt As Boolean
SCPI.DISPlay.ENABle = False
DispUpdt = SCPI.DISPlay.ENABle

Equivalent key

Display > Update

Equivalent SCPI command

Syntax

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

:DISPlay:ENABle?

Query response

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

Example of use

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