Coupling

SCPI Commands

INPut<InputIx>:COUPling
class CouplingCls[source]

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

get(inputIx=InputIx.Default) CouplingTypeA[source]
# SCPI: INPut<ip>:COUPling
value: enums.CouplingTypeA = driver.applications.k30NoiseFigure.inputPy.coupling.get(inputIx = repcap.InputIx.Default)

This command selects the coupling type of the RF input.

param inputIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

return

coupling_type: AC | DC AC AC coupling DC DC coupling

set(coupling_type: CouplingTypeA, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:COUPling
driver.applications.k30NoiseFigure.inputPy.coupling.set(coupling_type = enums.CouplingTypeA.AC, inputIx = repcap.InputIx.Default)

This command selects the coupling type of the RF input.

param coupling_type

AC | DC AC AC coupling DC DC coupling

param inputIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)