X1Envelope

SCPI Command :

CURSor<*>:X1ENvelope
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cursor=Cursor.Default) EnvelopeCurve[source]
# CURSor<*>:X1ENvelope
value: enums.EnvelopeCurve = driver.cursor.x1Envelope.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_1: EnvelopeCurve, cursor=Cursor.Default) None[source]
# CURSor<*>:X1ENvelope
driver.cursor.x1Envelope.set(envlp_curve_sel_source_1 = 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_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’)