Triggered

SCPI Commands

SOURce:VOLTage:AINPut:TRIGgered:STATe
class TriggeredCls[source]

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

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

Sets or queries the trigger condition of the analog input for the selected channel.

return

arg_0: (integer or boolean) No help available

set_state(arg_0: int) None[source]
# SCPI: [SOURce]:VOLTage:AINPut:TRIGgered[:STATe]
driver.source.voltage.ainput.triggered.set_state(arg_0 = 1)

Sets or queries the trigger condition of the analog input for the selected channel.

param arg_0

(integer or boolean) - OFF: There is no DIO pin that has a mode set to Analog In for the selected channel. - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8: DIO pin/s are enabled with a mode set to Analog In for the selected channel.When DIO pin is enabled with Analog In mode, analog input of the channel assigned to that pin will be enabled when the correct voltage is applied to the DIO pin.