Coupling

SCPI Command :

TRIGger[:SEQuence]:OSCilloscope:COUPling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() CouplingTypeB[source]
# TRIGger[:SEQuence]:OSCilloscope:COUPling
value: enums.CouplingTypeB = driver.trigger.sequence.oscilloscope.coupling.get()

Configures the coupling of the external trigger to the oscilloscope.

set(coupling_type: CouplingTypeB) None[source]
# TRIGger[:SEQuence]:OSCilloscope:COUPling
driver.trigger.sequence.oscilloscope.coupling.set(coupling_type = enums.CouplingTypeB.AC)

Configures the coupling of the external trigger to the oscilloscope.

Parameters:

coupling_type – Coupling type DC Direct connection with 50 Ohm termination, passes both DC and AC components of the trigger signal. CDLimit Direct connection with 1 MOhm termination, passes both DC and AC components of the trigger signal. AC Connection through capacitor, removes unwanted DC and very low-frequency components.