Impedance
SCPI Command :
INPut:IMPedance
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# 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.- Returns:
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]
# 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.- Parameters:
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