Source

SCPI Command :

TRIGger:EVENt<*>:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(evnt=Evnt.Default) TriggerSource[source]
# TRIGger:EVENt<*>:SOURce
value: enums.TriggerSource = driver.trigger.event.source.get(evnt = repcap.Evnt.Default)

Selects the source of the trigger signal for the selected trigger event. The trigger source works even if it is not displayed in a diagram. Available sources depend on the trigger sequence setting. If you trigger on a single event, all inputs can be used as trigger source. If you trigger on a sequence, only analog channels can be set as trigger source for A, B, and R-events.

Parameters:

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

Returns:

source_detailed:

  • C1 | C2 | … | C8: Available for single event, and A, B and R-events in a trigger sequence

  • EXTernanalog | LINE: Available for single event (suffix 1)

  • D0 | D1 | D2 | … | D14 | D15: Digital channels, require MSO option. Available for single event (suffix 1)

  • SBUS1 | SBUS2 | SBUS3 | SBUS4: Available if one or more serial protocol options are installed. If the hardware trigger is supported for a protocol, triggering on single event is possible with hardware trigger settings. For all protocols, the software trigger is supported in a A -> Serial bus (event 2) .

set(source_detailed: TriggerSource, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:SOURce
driver.trigger.event.source.set(source_detailed = enums.TriggerSource.C1, evnt = repcap.Evnt.Default)

Selects the source of the trigger signal for the selected trigger event. The trigger source works even if it is not displayed in a diagram. Available sources depend on the trigger sequence setting. If you trigger on a single event, all inputs can be used as trigger source. If you trigger on a sequence, only analog channels can be set as trigger source for A, B, and R-events.

Parameters:
  • source_detailed

    • C1 | C2 | … | C8: Available for single event, and A, B and R-events in a trigger sequence

    • EXTernanalog | LINE: Available for single event (suffix 1)

    • D0 | D1 | D2 | … | D14 | D15: Digital channels, require MSO option. Available for single event (suffix 1)

    • SBUS1 | SBUS2 | SBUS3 | SBUS4: Available if one or more serial protocol options are installed. If the hardware trigger is supported for a protocol, triggering on single event is possible with hardware trigger settings. For all protocols, the software trigger is supported in a A -> Serial bus (event 2) .

  • evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)