Gcoupling
SCPI Command :
GATE<*>:GCOupling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(gate=Gate.Default) CouplingMode[source]
# GATE<*>:GCOupling value: enums.CouplingMode = driver.gate.gcoupling.get(gate = repcap.Gate.Default)
The gate coupling mode selects how the gate area is defined.
- Parameters:
gate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- Returns:
coupling_mode: MANual | CURSor | ZOOM | SPECtrum
MANual: Manually define the gate with a user-defined start and stop values.
CURSor: Cursor coupling is available if a cursor is defined. The gate area is defined by the cursor lines of an active cursor measurement.
ZOOM: Zoom coupling is available if a zoom is defined. The gate area is defined identically to the zoom area - if you change the zoom, the gate changes as well.
SPECtrum: Spectrum coupling is available if a spectrum is enabled.
- set(coupling_mode: CouplingMode, gate=Gate.Default) None[source]
# GATE<*>:GCOupling driver.gate.gcoupling.set(coupling_mode = enums.CouplingMode.CURSor, gate = repcap.Gate.Default)
The gate coupling mode selects how the gate area is defined.
- Parameters:
coupling_mode –
MANual | CURSor | ZOOM | SPECtrum
MANual: Manually define the gate with a user-defined start and stop values.
CURSor: Cursor coupling is available if a cursor is defined. The gate area is defined by the cursor lines of an active cursor measurement.
ZOOM: Zoom coupling is available if a zoom is defined. The gate area is defined identically to the zoom area - if you change the zoom, the gate changes as well.
SPECtrum: Spectrum coupling is available if a spectrum is enabled.
gate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)