Coupling
SCPI Command :
INPut:COUPling
- class CouplingCls[source]
Coupling commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.CouplingTypeA [source]
# SCPI: INPut:COUPling value: enums.CouplingTypeA = driver.applications.k50Spurious.inputPy.coupling.get()
Selects the coupling type of the RF input. The command is not available for measurements with the optional ‘Digital Baseband’ interface. If an external frontend is active, the coupling is automatically set to AC.
- return
coupling_type: AC | DC AC AC coupling DC DC coupling
- set(coupling_type: RsFsw.enums.CouplingTypeA) None [source]
# SCPI: INPut:COUPling driver.applications.k50Spurious.inputPy.coupling.set(coupling_type = enums.CouplingTypeA.AC)
Selects the coupling type of the RF input. The command is not available for measurements with the optional ‘Digital Baseband’ interface. If an external frontend is active, the coupling is automatically set to AC.
- param coupling_type
AC | DC AC AC coupling DC DC coupling