Property (Read Only)
Param = SCPI.DISPlay.TABLe.POSition.RECTangle
This command reads the display coordinates position of Table area (the top left of the display is [0, 0]). If SCPI.DISPlay.TABLe.STATe is OFF, 0, 0, 0, 0 are returned. .
Parameter |
Param |
Description |
Indicates the coordinates position of Table Area.
The index of the array starts from 0. |
Data type |
Variant type (Variant) |
Resolution |
1 |
Dim TablePos() As Variant
SCPI.DISPlay.TABLe.STATe = True
TablePos = SCPI.DISPlay.TABLe.POSition.RECTangle
None
:DISPlay:TABLe:POSition[:RECTangle]?
{numeric1},{numeric2},{numeric3},{numeric4},<newline><^END>
10 OUTPUT 717;":DISP:TABL:STAT ON"
20 OUTPUT 717;":DISP:TABL:POS?"
20 ENTER 717;A, B, C, D