SCPI.DISPlay.TABLe.TYPE

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.TABLe.TYPE = Param

Param = SCPI.DISPlay.TABLe.TYPE

Description

This command selects the type of the window that appears in the lower part of the LCD display.

Variable

Parameter

Param

Description

Window type

Data type

Character string type (String)

Range

Select from the following:

  • "MARKer": Specifies the marker table window.

  • "LIMit": Specifies the limit test table window.

  • "SEGMent": Specifies the segment table window.

  • "ECHO": Specifies the echo window.

  • "RLIMit": Specifies the ripple test table window.

Preset value

"MARKer"

Examples

Dim TblType As String
SCPI.DISPlay.TABLe.TYPE = "echo"
SCPI.DISPlay.TABLe.STATe = True
TblType = SCPI.DISPlay.TABLe.TYPE

Related objects

SCPI.DISPlay.TABLe.STATe

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

 

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:TYPE {MARKer|LIMit|SEGMent|ECHO|RLIMit}

:DISPlay:TABLe:TYPE?

Query response

{MARK|LIM|SEGM|ECHO|RLIM}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:TABL:TYPE SEGM"
20 OUTPUT 717;":DISP:TABL:TYPE?"
30 ENTER 717;A$