Y2Position

SCPI Command :

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

Defines or queries the position of the upper horizontal cursor line.The command works in the same way as method RsMxo.cursor.y1Position.set() .

Parameters:

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

Returns:

value: Y-position of the second horizontal cursor line.

set(signal_or_val: float = None, cursor=Cursor.Default) None[source]
# CURSor<*>:Y2Position
driver.cursor.y2Position.set(signal_or_val = 1.0, cursor = repcap.Cursor.Default)

Defines or queries the position of the upper horizontal cursor line.The command works in the same way as method RsMxo.cursor.y1Position.set() .

Parameters:

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