E4990A Help  
448 
Ana.WriteString ":DISP:TABL?", True 
Var=Ana.ReadNumber 
Related Commands 
:DISP:TABL:TYPE 
:DISP:TABL:POS 
Equivalent Softkey 
Marker Fctn > Marker Table 
Analysis > Limit Test > Edit Limit Line 
Sweep Setup > Edit Segment Table 
Macro Setup > Echo Window 
 
:DISP:TABL:TYPE specifies the table type. 
COM Command Syntax (Internal Control Only) 
SCPI.DISPLAY.TABLE.STATE 
 
:DISP:TABL:POS 
Type 
Query 
Syntax 
:DISPlay:TABLe:POSition[:RECTangle]? 
Description 
This command get/returns the rectangle position of list table. 
Variable 
Query Response 
{numeric 1}, {numeric 2}, {numeric 3}, {numeric 4}<newline><^END> 
•  {numeric 1} : coordinates X position of top left of Table Area. 
•  {numeric 2} : coordinates Y position of top left of Table Area. 
•  {numeric 3} : coordinates X position of bottom right of Table Area. 
•  {numeric 4} : coordinates Y position of bottom right of Table Area. 
Examples 
Dim Var as Variant 
Ana.WriteString ":DISP:TABL:POS?", True 
Var=Ana.ReadNList 
Related Commands 
:DISP:TABL 
:DISP:TABL:TYPE