SCPI.DISPlay.TABLe.POSition.RECTangle

Object type

Property (Read Only)

Syntax

Param = SCPI.DISPlay.TABLe.POSition.RECTangle

Description

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. .

Variable

 

Parameter

Param

Description

Indicates the coordinates  position of Table Area.

  • Param(0) : coordinates X position of top left of Table Area.

  • Param(1) : coordinates Y position of top left of Table Area.

  • Param(2) : coordinates X position of bottom right of Table Area.

  • Param(3) : coordinates Y position of bottom right of Table Area.

The index of the array starts from 0.

Data type

Variant type (Variant)

Resolution

1

 

Examples

Dim TablePos() As Variant
SCPI.DISPlay.TABLe.STATe = True
TablePos = SCPI.DISPlay.TABLe.POSition.RECTangle

Related objects

SCPI.DISPlay.TABLe.STATe

Equivalent key

None

Equivalent SCPI command

Syntax

:DISPlay:TABLe:POSition[:RECTangle]?

Query response

{numeric1},{numeric2},{numeric3},{numeric4},<newline><^END>

Example of use

10 OUTPUT 717;":DISP:TABL:STAT ON"
20 OUTPUT 717;":DISP:TABL:POS?"
20 ENTER 717;A, B, C, D