Impedance
SCPI Command :
INPut:IQ:IMPedance
- class ImpedanceCls[source]
Impedance commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: 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.K10x_Lte.InputPy.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: Spectrum application I/Q Analyzer MSRA mode, primary application only Unit: OHM
- set(impedance: float) None [source]
# SCPI: 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.K10x_Lte.InputPy.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: Spectrum application I/Q Analyzer MSRA mode, primary application only Unit: OHM
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.inputPy.iq.impedance.clone()
Subgroups