Scale

SCPI Command :

CALCulate:MATH<*>:FFT:PHASe:SCALe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) FftPhaseScale[source]
# CALCulate:MATH<*>:FFT:PHASe:SCALe
value: enums.FftPhaseScale = driver.calculate.math.fft.phase.scale.get(math = repcap.Math.Default)

Defines the scaling unit for phase display.

Parameters:

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

Returns:

phase_scale: DEGRees | RADians

set(phase_scale: FftPhaseScale, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:PHASe:SCALe
driver.calculate.math.fft.phase.scale.set(phase_scale = enums.FftPhaseScale.DEGRees, math = repcap.Math.Default)

Defines the scaling unit for phase display.

Parameters:
  • phase_scale – DEGRees | RADians

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