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)
Define which horizontal cursor is positioned to the maximum and which to the minimum envelope values. Prerequisites: Sets the acquisition and average count, which has a double effect:
method
RsMxo.acquire.type_py()is set to ENVElope or PDETect.method
RsMxo.cursor.tracking.state.set()is set to ON.method
RsMxo.cursor.function.set()is set to PAIRed.
- Parameters:
cursor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cursor’)
- set(envlp_curve_sel_source_2: EnvelopeCurve, cursor=Cursor.Default) None[source]
# CURSor<*>:X2ENvelope driver.cursor.x2Envelope.set(envlp_curve_sel_source_2 = enums.EnvelopeCurve.BOTH, cursor = repcap.Cursor.Default)
Define which horizontal cursor is positioned to the maximum and which to the minimum envelope values. Prerequisites: Sets the acquisition and average count, which has a double effect:
method
RsMxo.acquire.type_py()is set to ENVElope or PDETect.method
RsMxo.cursor.tracking.state.set()is set to ON.method
RsMxo.cursor.function.set()is set to PAIRed.
- Parameters:
envlp_curve_sel_source_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’)