Coupling

SCPI Command :

TRIGger[:SEQuence]:OSCilloscope:COUPling
class CouplingCls[source]

Coupling commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.CouplingTypeB[source]
# SCPI: TRIGger[:SEQuence]:OSCilloscope:COUPling
value: enums.CouplingTypeB = driver.trigger.sequence.oscilloscope.coupling.get()

Configures the coupling of the external trigger to the oscilloscope.

return

coupling_type: No help available

set(coupling_type: RsFsw.enums.CouplingTypeB) None[source]
# SCPI: 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.

param 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.