Ainput

SCPI Commands

SOURce:VOLTage:AINPut:STATe
SOURce:VOLTage:AINPut:INPut
class AinputCls[source]

Ainput commands group definition. 3 total commands, 1 Subgroups, 2 group commands

get_input_py() str[source]
# SCPI: [SOURce]:VOLTage:AINPut:INPut
value: str = driver.source.voltage.ainput.get_input_py()

Sets or queries the analog input mode.

return

arg_0: No help available

get_state() bool[source]
# SCPI: [SOURce]:VOLTage:AINPut[:STATe]
value: bool = driver.source.voltage.ainput.get_state()

Enables or disables the analog input for the selected channel.

return

arg_0: - 1: Analog input for selected channel is enabled. - 0: Analog input for selected channel is disabled.

set_input_py(arg_0: str) None[source]
# SCPI: [SOURce]:VOLTage:AINPut:INPut
driver.source.voltage.ainput.set_input_py(arg_0 = r1)

Sets or queries the analog input mode.

param arg_0
  • VOLT: Voltage mode.

  • CURR: Current mode.

set_state(arg_0: bool) None[source]
# SCPI: [SOURce]:VOLTage:AINPut[:STATe]
driver.source.voltage.ainput.set_state(arg_0 = False)

Enables or disables the analog input for the selected channel.

param arg_0
  • 1: Analog input for selected channel is enabled.

  • 0: Analog input for selected channel is disabled.

Subgroups