Arithmetics

SCPI Command :

CALCulate:MATH<*>:FFT:FRAMe:ARIThmetics
Commands in total: 1
Subgroups: 0
Direct 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’)