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