Suppression

SCPI Command :

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

Enables noise suppression. Phase calculation is restricted to frequencies with a minimum magnitude, the threshold value (see method RsRtx.calculate.math.fft.phase.threshold.set() ) .

Parameters:

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

Returns:

suppression: OFF | ON

set(suppression: bool, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:PHASe:SUPPression
driver.calculate.math.fft.phase.suppression.set(suppression = False, math = repcap.Math.Default)

Enables noise suppression. Phase calculation is restricted to frequencies with a minimum magnitude, the threshold value (see method RsRtx.calculate.math.fft.phase.threshold.set() ) .

Parameters:
  • suppression – OFF | ON

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