Zcoupling

SCPI Command :

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

If enabled, the gate area is defined identically to the zoom area for the zoom diagram.

Parameters:

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

Returns:

zoom_coupling: OFF | ON

set(zoom_coupling: bool, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:GATE:ZCOupling
driver.calculate.math.fft.gate.zcoupling.set(zoom_coupling = False, math = repcap.Math.Default)

If enabled, the gate area is defined identically to the zoom area for the zoom diagram.

Parameters:
  • zoom_coupling – OFF | ON

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