Impedance

SCPI Command :

INPut:IMPedance
class ImpedanceCls[source]

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

get() float[source]
# SCPI: INPut:IMPedance
value: float = driver.applications.k10Xlte.inputPy.impedance.get()

Selects the nominal input impedance of the RF input. In some applications, only 50 Ohm are supported. For input from the ‘Analog Baseband’ interface, use the method RsFsw.InputPy.Iq.Impedance.set command.

return

impedance: 50 | 75 numeric value User-defined impedance from 50 Ohm to 100000000 Ohm (=100 MOhm) User-defined values are only available for the Spectrum application, the I/Q Analyzer, and some optional applications. (In MSRA mode, primary only) Unit: OHM

set(impedance: float) None[source]
# SCPI: INPut:IMPedance
driver.applications.k10Xlte.inputPy.impedance.set(impedance = 1.0)

Selects the nominal input impedance of the RF input. In some applications, only 50 Ohm are supported. For input from the ‘Analog Baseband’ interface, use the method RsFsw.InputPy.Iq.Impedance.set command.

param impedance

50 | 75 numeric value User-defined impedance from 50 Ohm to 100000000 Ohm (=100 MOhm) User-defined values are only available for the Spectrum application, the I/Q Analyzer, and some optional applications. (In MSRA mode, primary only) Unit: OHM