Impedance
SCPI Command :
INPut:IMPedance
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() int[source]
# INPut:IMPedance value: int = driver.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: int) None[source]
# INPut:IMPedance driver.inputPy.impedance.set(impedance = 1)
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
Cloning the Group
# Create a copy of the original group, that exists independently
impedance_copy = driver.inputPy.impedance.clone()
Subgroups