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

set(impedance: int) None[source]
# SCPI: INPut:IMPedance
driver.applications.k60Transient.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 Unit: OHM