Channel

SCPI Commands

TRIGger:SEQuence:IMMediate:SOURce:OMODe:CHANnel
class ChannelCls[source]

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

get(arg_0: int) int[source]
# SCPI: TRIGger[:SEQuence][:IMMediate]:SOURce:OMODe:CHANnel
value: int = driver.trigger.sequence.immediate.source.omode.channel.get(arg_0 = 1)

Sets or queries the device channel for trigger source ‘Operation Modes’. See Figure ‘Overview of trigger IO system’.

param arg_0

OUT1 | OUTP1 | OUTPut1 | OUT2 | OUTP2 | OUTPut2 OUT1 | OUTP1 | OUTPut1 Ch1 is selected as the device channel for trigger source. OUT2 | OUTP2 | OUTPut2 Ch2 is selected as the device channel for trigger source.

return

arg_0: OUT1 | OUTP1 | OUTPut1 | OUT2 | OUTP2 | OUTPut2 OUT1 | OUTP1 | OUTPut1 Ch1 is selected as the device channel for trigger source. OUT2 | OUTP2 | OUTPut2 Ch2 is selected as the device channel for trigger source.

set(arg_0: int) None[source]
# SCPI: TRIGger[:SEQuence][:IMMediate]:SOURce:OMODe:CHANnel
driver.trigger.sequence.immediate.source.omode.channel.set(arg_0 = 1)

Sets or queries the device channel for trigger source ‘Operation Modes’. See Figure ‘Overview of trigger IO system’.

param arg_0

OUT1 | OUTP1 | OUTPut1 | OUT2 | OUTP2 | OUTPut2 OUT1 | OUTP1 | OUTPut1 Ch1 is selected as the device channel for trigger source. OUT2 | OUTP2 | OUTPut2 Ch2 is selected as the device channel for trigger source.