EnvSelection
SCPI Command :
CALCulate:MATH<*>:ENVSelection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) EnvelopeCurve[source]
# CALCulate:MATH<*>:ENVSelection value: enums.EnvelopeCurve = driver.calculate.math.envSelection.get(math = repcap.Math.Default)
Selects the upper or lower part of the waveform for mathematic calculation, or a combination of both. The setting is relevant for waveforms with waveform arithmetic mode Envelope or with Peak detect decimation. All mathematic operations - except for derivation - can be applied to envelope waveforms and waveforms with Peak detect decimation.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
envelope_curve: MIN | MAX | BOTH
- set(envelope_curve: EnvelopeCurve, math=Math.Default) None[source]
# CALCulate:MATH<*>:ENVSelection driver.calculate.math.envSelection.set(envelope_curve = enums.EnvelopeCurve.BOTH, math = repcap.Math.Default)
Selects the upper or lower part of the waveform for mathematic calculation, or a combination of both. The setting is relevant for waveforms with waveform arithmetic mode Envelope or with Peak detect decimation. All mathematic operations - except for derivation - can be applied to envelope waveforms and waveforms with Peak detect decimation.
- Parameters:
envelope_curve – MIN | MAX | BOTH
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)