Coupling
SCPI Command :
TRIGger[:SEQuence]:OSCilloscope:COUPling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() CouplingTypeB[source]
# TRIGger[:SEQuence]:OSCilloscope:COUPling value: enums.CouplingTypeB = driver.applications.k60Transient.trigger.sequence.oscilloscope.coupling.get()
Configures the coupling of the external trigger to the oscilloscope.
- Returns:
coup_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.
- set(coup_type: CouplingTypeB) None[source]
# TRIGger[:SEQuence]:OSCilloscope:COUPling driver.applications.k60Transient.trigger.sequence.oscilloscope.coupling.set(coup_type = enums.CouplingTypeB.AC)
Configures the coupling of the external trigger to the oscilloscope.
- Parameters:
coup_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.