Dio<DigitalIo>

RepCap Settings

# Range: Nr1 .. Nr8
rc = driver.trigger.channel.dio.repcap_digitalIo_get()
driver.trigger.channel.dio.repcap_digitalIo_set(repcap.DigitalIo.Nr1)

SCPI Commands

TRIGger:CHANnel:DIO<DigitalIo>
class DioCls[source]

Dio commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: DigitalIo, default value after init: DigitalIo.Nr1

get(digitalIo=DigitalIo.Default) TriggerChannel[source]
# SCPI: TRIGger:CHANnel:DIO<IO>
value: enums.TriggerChannel = driver.trigger.channel.dio.get(digitalIo = repcap.DigitalIo.Default)

No command help available

param digitalIo

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dio’)

return

arg_0: No help available

set(arg_0: TriggerChannel, digitalIo=DigitalIo.Default) None[source]
# SCPI: TRIGger:CHANnel:DIO<IO>
driver.trigger.channel.dio.set(arg_0 = enums.TriggerChannel.ALL, digitalIo = repcap.DigitalIo.Default)

No command help available

param arg_0
  • NONE: No channel is set as the trigger channel.

  • CH1: Ch 1 is set as the trigger channel.

  • CH2: Ch 2 is set as the trigger channel.

  • CH3: Ch 3 is set as the trigger channel.

  • CH4: Ch 4 is set as the trigger channel.

  • CHALI: All channels are set as the trigger channel.

param digitalIo

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dio’)