Coupling
SCPI Command :
TRIGger<tp>[:SEQuence]:OSCilloscope:COUPling
- class CouplingCls[source]
Coupling commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(triggerPort=TriggerPort.Default) RsFsw.enums.CouplingTypeB [source]
# SCPI: TRIGger<tp>[:SEQuence]:OSCilloscope:COUPling value: enums.CouplingTypeB = driver.applications.k70Vsa.trigger.sequence.oscilloscope.coupling.get(triggerPort = repcap.TriggerPort.Default)
Configures the coupling of the external trigger to the oscilloscope.
- param triggerPort
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- return
coupling: No help available
- set(coupling: RsFsw.enums.CouplingTypeB, triggerPort=TriggerPort.Default) None [source]
# SCPI: TRIGger<tp>[:SEQuence]:OSCilloscope:COUPling driver.applications.k70Vsa.trigger.sequence.oscilloscope.coupling.set(coupling = enums.CouplingTypeB.AC, triggerPort = repcap.TriggerPort.Default)
Configures the coupling of the external trigger to the oscilloscope.
- param coupling
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.
- param triggerPort
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)