Source

SCPI Commands

TRIGger:SEQuence:IMMediate:SOURce
class SourceCls[source]

Source commands group definition. 6 total commands, 3 Subgroups, 1 group commands

get(arg_0: TriggerSource) TriggerSource[source]
# SCPI: TRIGger[:SEQuence][:IMMediate]:SOURce
value: enums.TriggerSource = driver.trigger.sequence.immediate.source.get(arg_0 = enums.TriggerSource.DIO)

Sets or queries the trigger source. See Figure ‘Overview of trigger IO system’.

param arg_0

OUTPut | OMODe | DIO OUTPut Trigger source is from the output channel. OMODe Trigger source is from the different modes (CC, CR, CV, Sink, OVP, OCP, OPP and OTP) detected from the output channel. DIO Trigger source is from DIO connector at the instrument rear panel.

return

arg_0: OUTPut | OMODe | DIO OUTPut Trigger source is from the output channel. OMODe Trigger source is from the different modes (CC, CR, CV, Sink, OVP, OCP, OPP and OTP) detected from the output channel. DIO Trigger source is from DIO connector at the instrument rear panel.

set(arg_0: TriggerSource) None[source]
# SCPI: TRIGger[:SEQuence][:IMMediate]:SOURce
driver.trigger.sequence.immediate.source.set(arg_0 = enums.TriggerSource.DIO)

Sets or queries the trigger source. See Figure ‘Overview of trigger IO system’.

param arg_0

OUTPut | OMODe | DIO OUTPut Trigger source is from the output channel. OMODe Trigger source is from the different modes (CC, CR, CV, Sink, OVP, OCP, OPP and OTP) detected from the output channel. DIO Trigger source is from DIO connector at the instrument rear panel.

Subgroups