SCPI.DISPlay.TABLe.STATe

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.TABLe.STATe = Status

Status = SCPI.DISPlay.TABLe.STATe

Description

This command turns ON/OFF the display of the window that appears in the lower part of the LCD display (specified by SCPI.DISPlay.TABLe.TYPE object).

Variable

Parameter

Status

Description

ON/OFF of the display of the window that appears in the lower part of the LCD display

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the display.

  • False or OFF: Turns OFF the display.

Preset value

False or OFF

Examples

Dim DispTbl As Boolean
SCPI.DISPlay.TABLe.TYPE = "echo"
SCPI.DISPlay.TABLe.STATe = True
DispTbl = SCPI.DISPlay.TABLe.STATe

Related objects

SCPI.DISPlay.TABLe.TYPE

Equivalent key

Sweep Setup > Edit Segment Table

Marker Fctn > Marker Table

Analysis > Limit Test > Edit Limit Line

Analysis > Ripple Limit > Edit Ripple Line

Macro Setup > Echo Window

Cal > Power Calibration > Loss Compen

Cal > Power Calibration > Sensor A Settings | Sensor B Settings

When performing the operation from the front panel, you select the type of the window that appears in the lower part of the LCD display and turn ON/OFF the display at the same time.

Equivalent SCPI command

Syntax

:DISPlay:TABLe[:STATe] {ON|OFF|1|0}

:DISPlay:TABLe[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":DISP:TABL ON"
20 OUTPUT 717;":DISP:TABL?"
30 ENTER 717;A