X1Envelope
SCPI Command :
CURSor<*>:X1ENvelope
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default) EnvelopeCurve[source]
# CURSor<*>:X1ENvelope value: enums.EnvelopeCurve = driver.cursor.x1Envelope.get(cursor = repcap.Cursor.Default)
If the waveform arithmetics are set to envelope curve (see method
RsRtx.channel.waveform.arithmetics.set()) and methodRsRtx.cursor.tracking.state.set()is set to ON, this setting defines how the first horizontal cursor is positioned.- Parameters:
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
- Returns:
envelope_curve_1: MIN | MAX
MIN: The horizontal cursor is set to the crossing point of the vertical cursor with the minimum waveform envelope.
MAX: The horizontal cursor is set to the crossing point of the vertical cursor with the maximum waveform envelope.
- set(envelope_curve_1: EnvelopeCurve, cursor=Cursor.Default) None[source]
# CURSor<*>:X1ENvelope driver.cursor.x1Envelope.set(envelope_curve_1 = enums.EnvelopeCurve.BOTH, cursor = repcap.Cursor.Default)
If the waveform arithmetics are set to envelope curve (see method
RsRtx.channel.waveform.arithmetics.set()) and methodRsRtx.cursor.tracking.state.set()is set to ON, this setting defines how the first horizontal cursor is positioned.- Parameters:
envelope_curve_1 –
MIN | MAX
MIN: The horizontal cursor is set to the crossing point of the vertical cursor with the minimum waveform envelope.
MAX: The horizontal cursor is set to the crossing point of the vertical cursor with the maximum waveform envelope.
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)