Coupling
SCPI Command :
TRIGger<*>:ANEDge:COUPling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ChannelCoupling[source]
# TRIGger<*>:ANEDge:COUPling value: enums.ChannelCoupling = driver.trigger.anEdge.coupling.get(trigger = repcap.Trigger.Default)
Sets the coupling for the external trigger signal.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(extern_ana_usr_cpl: ChannelCoupling, trigger=Trigger.Default) None[source]
# TRIGger<*>:ANEDge:COUPling driver.trigger.anEdge.coupling.set(extern_ana_usr_cpl = enums.ChannelCoupling.AC, trigger = repcap.Trigger.Default)
Sets the coupling for the external trigger signal.
- Parameters:
extern_ana_usr_cpl –
DC | DCLimit | AC
DC: Direct connection with 50 Ω termination, passes both DC and AC components of the trigger signal.
DCLimit: Direct connection with 1 MΩ termination, passes both DC and AC components of the trigger signal.
AC: Connection through DC capacitor, removes DC and very low-frequency components.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)