Coupling

SCPI Commands

INPut:COUPling
class CouplingCls[source]

Coupling commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() CouplingTypeA[source]
# SCPI: INPut:COUPling
value: enums.CouplingTypeA = driver.applications.k50Spurious.inputPy.coupling.get()

This command selects the coupling type of the RF input.

return

coupling_type: AC | DC AC AC coupling DC DC coupling

set(coupling_type: CouplingTypeA) None[source]
# SCPI: INPut:COUPling
driver.applications.k50Spurious.inputPy.coupling.set(coupling_type = enums.CouplingTypeA.AC)

This command selects the coupling type of the RF input.

param coupling_type

AC | DC AC AC coupling DC DC coupling