X2Envelope
SCPI Command :
CURSor<*>:X2ENvelope
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cursor=Cursor.Default) EnvelopeCurve[source]
# CURSor<*>:X2ENvelope value: enums.EnvelopeCurve = driver.cursor.x2Envelope.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 second horizontal cursor is positioned.- Parameters:
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
- Returns:
envelope_curve_2: 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_2: EnvelopeCurve, cursor=Cursor.Default) None[source]
# CURSor<*>:X2ENvelope driver.cursor.x2Envelope.set(envelope_curve_2 = 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 second horizontal cursor is positioned.- Parameters:
envelope_curve_2 –
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’)