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.k70Vsa.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

input_coupling: No help available

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

This command selects the coupling type of the RF input.

param input_coupling

No help available

param inputIx

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