Arithmetics
SCPI Command :
CALCulate:MATH<*>:FFT:FRAMe:ARIThmetics
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) Arithmetics[source]
# CALCulate:MATH<*>:FFT:FRAMe:ARIThmetics value: enums.Arithmetics = driver.calculate.math.fft.frame.arithmetics.get(math = repcap.Math.Default)
The arithmetic mode defines how the final FFT result is calculated from the individual frame results.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- set(arithmetics: Arithmetics, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:FRAMe:ARIThmetics driver.calculate.math.fft.frame.arithmetics.set(arithmetics = enums.Arithmetics.AVERage, math = repcap.Math.Default)
The arithmetic mode defines how the final FFT result is calculated from the individual frame results.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)