EnvSelection

SCPI Command :

CALCulate:MATH<*>:ENVSelection
Commands in total: 1
Subgroups: 0
Direct 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 input waveform for mathematic calculation, or a combination of both.

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 input waveform for mathematic calculation, or a combination of both.

Parameters:
  • envelope_curve – MIN | MAX | BOTH

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