Coupling

SCPI Commands

INPut<InputIx>:IQ:OSC:COUPling
class CouplingCls[source]

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

get(inputIx=InputIx.Default) CouplingTypeB[source]
# SCPI: INPut<ip>:IQ:OSC:COUPling
value: enums.CouplingTypeB = driver.applications.iqAnalyzer.inputPy.iq.osc.coupling.get(inputIx = repcap.InputIx.Default)

No command help available

param inputIx

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

return

coupling_type: No help available

set(coupling_type: CouplingTypeB, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:IQ:OSC:COUPling
driver.applications.iqAnalyzer.inputPy.iq.osc.coupling.set(coupling_type = enums.CouplingTypeB.AC, inputIx = repcap.InputIx.Default)

No command help available

param coupling_type

No help available

param inputIx

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