EnvSelect

SCPI Command :

MEASurement<*>:ENVSelect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) EnvelopeCurve[source]
# MEASurement<*>:ENVSelect
value: enums.EnvelopeCurve = driver.measurement.envSelect.get(measurement = repcap.Measurement.Default)

The command is only relevant for measurements on envelope waveforms. It selects the envelope to be used for measurement.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

Returns:

envelope_curve: MIN: measures on the lower envelope MAX: measures on the upper envelope BOTH: the envelope is ignored and the waveform measured as usual

set(envelope_curve: EnvelopeCurve, measurement=Measurement.Default) None[source]
# MEASurement<*>:ENVSelect
driver.measurement.envSelect.set(envelope_curve = enums.EnvelopeCurve.BOTH, measurement = repcap.Measurement.Default)

The command is only relevant for measurements on envelope waveforms. It selects the envelope to be used for measurement.

Parameters:
  • envelope_curve – MIN: measures on the lower envelope MAX: measures on the upper envelope BOTH: the envelope is ignored and the waveform measured as usual

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)