Impedance
SCPI Command :
INPut:IQ:IMPedance
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() LowHigh[source]
# INPut:IQ:IMPedance value: enums.LowHigh = driver.applications.k91Wlan.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: LowHigh) None[source]
# INPut:IQ:IMPedance driver.applications.k91Wlan.inputPy.iq.impedance.set(impedance = enums.LowHigh.HIGH)
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.applications.k91Wlan.inputPy.iq.impedance.clone()
Subgroups