Y2Position
SCPI Command :
CURSor<*>:Y2Position
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default) float[source]
# CURSor<*>:Y2Position value: float = driver.cursor.y2Position.get(cursor = repcap.Cursor.Default)
Defines the position of the upper horizontal cursor line. If method
RsRtx.cursor.tracking.state.set()is enabled, the query returns the measurement result - the upper vertical value of the waveform.- Parameters:
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
- set(yuser_position_2: float, cursor=Cursor.Default) None[source]
# CURSor<*>:Y2Position driver.cursor.y2Position.set(yuser_position_2 = 1.0, cursor = repcap.Cursor.Default)
Defines the position of the upper horizontal cursor line. If method
RsRtx.cursor.tracking.state.set()is enabled, the query returns the measurement result - the upper vertical value of the waveform.- Parameters:
yuser_position_2 – -50 to 50
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)