Impedance

SCPI Commands

INPut:IMPedance
class ImpedanceCls[source]

Impedance commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() int[source]
# SCPI: INPut:IMPedance
value: int = driver.inputPy.impedance.get()

This command selects the nominal input impedance of the RF input. In some applications, only 50 Ω are supported.

return

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. Unit: OHM

set(impedance: int) None[source]
# SCPI: INPut:IMPedance
driver.inputPy.impedance.set(impedance = 1)

This command selects the nominal input impedance of the RF input. In some applications, only 50 Ω are supported.

param 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. Unit: OHM