Pin

SCPI Commands

TRIGger:SEQuence:IMMediate:SOURce:DIO:PIN
class PinCls[source]

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

get(arg_0: TriggerDioSource) TriggerDioSource[source]
# SCPI: TRIGger[:SEQuence][:IMMediate]:SOURce:DIO:PIN
value: enums.TriggerDioSource = driver.trigger.sequence.immediate.source.dio.pin.get(arg_0 = enums.TriggerDioSource.EXT)

Sets or queries the DIO pin to trigger on for trigger source ‘Digital In Channel’. See Figure ‘Overview of trigger IO system’.

param arg_0

IN | EXT IN Pin 3 of DIO connector is monitored. EXT Pin 2 (Ch1) of DIO connector is monitored.

return

arg_0: IN | EXT IN Pin 3 of DIO connector is monitored. EXT Pin 2 (Ch1) of DIO connector is monitored.

set(arg_0: TriggerDioSource) None[source]
# SCPI: TRIGger[:SEQuence][:IMMediate]:SOURce:DIO:PIN
driver.trigger.sequence.immediate.source.dio.pin.set(arg_0 = enums.TriggerDioSource.EXT)

Sets or queries the DIO pin to trigger on for trigger source ‘Digital In Channel’. See Figure ‘Overview of trigger IO system’.

param arg_0

IN | EXT IN Pin 3 of DIO connector is monitored. EXT Pin 2 (Ch1) of DIO connector is monitored.