EnvSelect
SCPI Command :
MEASurement<*>:ENVSelect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) EnvelopeCurve[source]
# MEASurement<*>:ENVSelect value: enums.EnvelopeCurve = driver.measurement.envSelect.get(measIndex = repcap.MeasIndex.Default)
Relevant only for measurements on envelope waveforms. It selects the envelope to be used for measurement. Prerequisites: To define the path and file names, use the EXPort:WAVeform:AUTonaming:* commands:
method
RsMxo.acquire.type_py()is set to ENVElope.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
envelope_curve: MIN | MAX | BOTH
MIN: Measures on the lower envelope.
MAX: Measures on the upper envelope.
BOTH: The envelope is ignored, and the waveform is measured as usual.
- set(envelope_curve: EnvelopeCurve, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:ENVSelect driver.measurement.envSelect.set(envelope_curve = enums.EnvelopeCurve.BOTH, measIndex = repcap.MeasIndex.Default)
Relevant only for measurements on envelope waveforms. It selects the envelope to be used for measurement. Prerequisites: To define the path and file names, use the EXPort:WAVeform:AUTonaming:* commands:
method
RsMxo.acquire.type_py()is set to ENVElope.
- Parameters:
envelope_curve –
MIN | MAX | BOTH
MIN: Measures on the lower envelope.
MAX: Measures on the upper envelope.
BOTH: The envelope is ignored, and the waveform is measured as usual.
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)