Y1Position

SCPI Command :

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

The command usage depends on the setting of method RsMxo.cursor.smode.set() . In single source and second source mode, the command sets or queries the position of the lower horizontal cursor line. The <Signal> parameter is irrelevant. If method RsMxo.cursor.tracking.state.set() is enabled, the Y-positions are set automatically, and the query returns the measurement result. In multiple source mode, tracking is always on. The command is used as query only, and you specify the signal for which you want to get the value.

Parameters:

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

Returns:

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

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

The command usage depends on the setting of method RsMxo.cursor.smode.set() . In single source and second source mode, the command sets or queries the position of the lower horizontal cursor line. The <Signal> parameter is irrelevant. If method RsMxo.cursor.tracking.state.set() is enabled, the Y-positions are set automatically, and the query returns the measurement result. In multiple source mode, tracking is always on. The command is used as query only, and you specify the signal for which you want to get the value.

Parameters:

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