Unwrap

SCPI Command :

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

If enabled, phase shifts due to a limitation of the value range are eliminated.

Parameters:

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

Returns:

unwrap: OFF | ON

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

If enabled, phase shifts due to a limitation of the value range are eliminated.

Parameters:
  • unwrap – OFF | ON

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