Level

SCPI Command :

CALCulate:MATH<*>:FFT:MAGNitude:LEVel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) float[source]
# CALCulate:MATH<*>:FFT:MAGNitude:LEVel
value: float = driver.calculate.math.fft.magnitude.level.get(math = repcap.Math.Default)

Defines the reference level for dB scaling.

Parameters:

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

Returns:

vertical_max: -1E+15 to 1E+15

set(vertical_max: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:MAGNitude:LEVel
driver.calculate.math.fft.magnitude.level.set(vertical_max = 1.0, math = repcap.Math.Default)

Defines the reference level for dB scaling.

Parameters:
  • vertical_max – -1E+15 to 1E+15

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