X2Position

SCPI Command :

CURSor<*>:X2Position
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cursor=Cursor.Default) float[source]
# CURSor<*>:X2Position
value: float = driver.cursor.x2Position.get(cursor = repcap.Cursor.Default)

Defines the position of the right vertical cursor line.

Parameters:

cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)

Returns:

xposition_2: 0 to 500

set(xposition_2: float, cursor=Cursor.Default) None[source]
# CURSor<*>:X2Position
driver.cursor.x2Position.set(xposition_2 = 1.0, cursor = repcap.Cursor.Default)

Defines the position of the right vertical cursor line.

Parameters:
  • xposition_2 – 0 to 500

  • cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)