Zcoupling

SCPI Command :

MEASurement<*>:GATE:ZCOupling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) bool[source]
# MEASurement<*>:GATE:ZCOupling
value: bool = driver.measurement.gate.zcoupling.get(measurement = repcap.Measurement.Default)

If enabled, the gate area is defined identically to the zoom area for the zoom diagram. If enabled, define the zoom area to be used as gate with method RsRtx.measurement.gate.zdiagram.set() .

Parameters:

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

Returns:

zoom_coupling: OFF | ON

set(zoom_coupling: bool, measurement=Measurement.Default) None[source]
# MEASurement<*>:GATE:ZCOupling
driver.measurement.gate.zcoupling.set(zoom_coupling = False, measurement = repcap.Measurement.Default)

If enabled, the gate area is defined identically to the zoom area for the zoom diagram. If enabled, define the zoom area to be used as gate with method RsRtx.measurement.gate.zdiagram.set() .

Parameters:
  • zoom_coupling – OFF | ON

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