Gcoupling

SCPI Command :

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

If you enable the gate coupling, the gate settings of the selected measurement are copied to all other measurements. If zoom or cursor coupling is active in a measurement, the zoom size and cursor positions are adjusted.

Parameters:

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

Returns:

gate_coupling: OFF | ON

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

If you enable the gate coupling, the gate settings of the selected measurement are copied to all other measurements. If zoom or cursor coupling is active in a measurement, the zoom size and cursor positions are adjusted.

Parameters:
  • gate_coupling – OFF | ON

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