Impedance

SCPI Commands

INPut<InputIx>:IMPedance
class ImpedanceCls[source]

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

get(inputIx=InputIx.Default) int[source]
# SCPI: INPut<ip>:IMPedance
value: int = driver.applications.k30NoiseFigure.inputPy.impedance.get(inputIx = repcap.InputIx.Default)

This command selects the nominal input impedance of the RF input. In some applications, only 50 Ω are supported.

param inputIx

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

return

impedance: 50 | 75 Unit: OHM

set(impedance: int, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:IMPedance
driver.applications.k30NoiseFigure.inputPy.impedance.set(impedance = 1, inputIx = repcap.InputIx.Default)

This command selects the nominal input impedance of the RF input. In some applications, only 50 Ω are supported.

param impedance

50 | 75 Unit: OHM

param inputIx

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