TypePy

SCPI Command :

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

Selects between the magnitude and phase spectrum type.

Parameters:

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

Returns:

type_py: MAGNitude | PHASe

set(type_py: MathFftType, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:TYPE
driver.calculate.math.fft.typePy.set(type_py = enums.MathFftType.MAGNitude, math = repcap.Math.Default)

Selects between the magnitude and phase spectrum type.

Parameters:
  • type_py – MAGNitude | PHASe

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