Coupling
SCPI Command :
INPut:COUPling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() CouplingTypeA[source]
# INPut:COUPling value: enums.CouplingTypeA = driver.applications.k9X11Ad.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.
- Returns:
coupling_type: AC | DC AC AC coupling DC DC coupling
- set(coupling_type: CouplingTypeA) None[source]
# INPut:COUPling driver.applications.k9X11Ad.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.
- Parameters:
coupling_type – AC | DC AC AC coupling DC DC coupling