configure_sequencer_triggering#
- Generator.configure_sequencer_triggering(*, aux_trigger: str, play_pulse_delay: float = 0.0) None [source]#
Configure the sequencer triggering.
- Parameters:
aux_trigger (str) – Alias for the trigger source used in the sequencer. For the list of available values, use available_aux_trigger_inputs
play_pulse_delay (float) – Delay in seconds before the start of waveform playback.
- Return type:
None