Coupling

SCPI Command :

ADVJitter<*>:SIGNal:GATE:COUPling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(advJitter=AdvJitter.Default) GateCouplingMode[source]
# ADVJitter<*>:SIGNal:GATE:COUPling
value: enums.GateCouplingMode = driver.advJitter.signal.gate.coupling.get(advJitter = repcap.AdvJitter.Default)

Sets if the gate is coupled to the zoom or cursor.

Parameters:

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

set(coupling_mode: GateCouplingMode, advJitter=AdvJitter.Default) None[source]
# ADVJitter<*>:SIGNal:GATE:COUPling
driver.advJitter.signal.gate.coupling.set(coupling_mode = enums.GateCouplingMode.CURSor, advJitter = repcap.AdvJitter.Default)

Sets if the gate is coupled to the zoom or cursor.

Parameters:
  • coupling_mode – NONE | CURSor | ZOOM

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