Impedance

SCPI Commands

OUTPut:IMPedance:STATe
OUTPut:IMPedance
class ImpedanceCls[source]

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

get_state() bool[source]
# SCPI: OUTPut:IMPedance[:STATe]
value: bool = driver.output.impedance.get_state()

Sets or queries the output impedance state for the selected channel.

return

arg_0: No help available

get_value() float[source]
# SCPI: OUTPut:IMPedance
value: float = driver.output.impedance.get_value()

Sets or queries source impedance for the signal specified in ohms.

return

arg_0: numeric value | MIN | MINimum | MAX | MAXimum | DEF | DEFault | list numeric value Numeric value of the impedance ohm. MIN | MINimum Minimum value of the impedance at -0.05 ohms. MAX | MAXimum Maximum value of the impedance at 100 ohms. DEF Default value of the impedance at 0 ohms. Unit: ohm

set_state(arg_0: bool) None[source]
# SCPI: OUTPut:IMPedance[:STATe]
driver.output.impedance.set_state(arg_0 = False)

Sets or queries the output impedance state for the selected channel.

param arg_0
  • 0: Deactivates output impedance for the selected channel.

  • 1: Activates output impedance for the selected channel.

set_value(arg_0: float) None[source]
# SCPI: OUTPut:IMPedance
driver.output.impedance.set_value(arg_0 = 1.0)

Sets or queries source impedance for the signal specified in ohms.

param arg_0

numeric value | MIN | MINimum | MAX | MAXimum | DEF | DEFault | list numeric value Numeric value of the impedance ohm. MIN | MINimum Minimum value of the impedance at -0.05 ohms. MAX | MAXimum Maximum value of the impedance at 100 ohms. DEF Default value of the impedance at 0 ohms. Unit: ohm