Threshold

SCPI Command :

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

Defines the minimum frequency magnitude for which phases are calculated. This setting is only available if method RsRtx.calculate.math.fft.phase.suppression.set() is set to ON.

Parameters:

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

Returns:

suppr_thres: -180 to 180

set(suppr_thres: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:PHASe:THReshold
driver.calculate.math.fft.phase.threshold.set(suppr_thres = 1.0, math = repcap.Math.Default)

Defines the minimum frequency magnitude for which phases are calculated. This setting is only available if method RsRtx.calculate.math.fft.phase.suppression.set() is set to ON.

Parameters:
  • suppr_thres – -180 to 180

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