Programming
449
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.DISPLAY.TABLE.POSITION.RECTANGLE
:DISP:TABL:TYPE
Type
Command/Query
Syntax
:DISPlay:TABLe:TYPE {MARKer|LIMit|SEGMent|ECHO}
:DISPlay:TABLe:TYPE?
Description
This command selects the table type in the window.
Variable
Parameter Selection Option
Description Table
Data Type Character string type (String)
Range MARKer: Maker list
LIMit:Limit table
SEGMent: Segment table
ECHO: Echo window
Preset Value MARKer
Query Response
{MARK|LIM|SEGM|ECHO}<newline><^END>
Examples
Dim Var as String
Var= "MARKer"
Ana.WriteString ":DISP:TABL:TYPE " & Var, True
Ana.WriteString ":DISP:TABL:TYPE?", True
Var=Ana.ReadString
Related Commands
:DISP:TABL