Impedance

SCPI Command :

INPut:IQ:IMPedance
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# INPut:IQ:IMPedance
value: float = driver.inputPy.iq.impedance.get()

Selects the nominal input impedance of the analog baseband input. Not available for input from the optional ‘Digital Baseband’ interface. For input from the RF input, use the method RsFsw.applications.k10Xlte.inputPy.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: Spectrum application I/Q Analyzer MSRA mode, primary application only Unit: OHM

set(impedance: float) None[source]
# INPut:IQ:IMPedance
driver.inputPy.iq.impedance.set(impedance = 1.0)

Selects the nominal input impedance of the analog baseband input. Not available for input from the optional ‘Digital Baseband’ interface. For input from the RF input, use the method RsFsw.applications.k10Xlte.inputPy.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: Spectrum application I/Q Analyzer MSRA mode, primary application only Unit: OHM

Cloning the Group

# Create a copy of the original group, that exists independently
impedance_copy = driver.inputPy.iq.impedance.clone()

Subgroups