Property (Read-Write)
SCPI.DISPlay.TABLe.TYPE = Param
Param = SCPI.DISPlay.TABLe.TYPE
This command selects the type of the window that appears in the lower part of the LCD display.
Parameter |
Param |
Description |
Window type |
Data type |
Character string type (String) |
Range |
Select from the following:
|
Preset value |
"MARKer" |
Dim TblType As String
SCPI.DISPlay.TABLe.TYPE = "echo"
SCPI.DISPlay.TABLe.STATe = True
TblType = SCPI.DISPlay.TABLe.TYPE
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.
:DISPlay:TABLe:TYPE {MARKer|LIMit|SEGMent|ECHO|RLIMit}
:DISPlay:TABLe:TYPE?
{MARK|LIM|SEGM|ECHO|RLIM}<newline><^END>
10 OUTPUT 717;":DISP:TABL:TYPE SEGM"
20 OUTPUT 717;":DISP:TABL:TYPE?"
30 ENTER 717;A$