configure_marker_and_trigger#
- AWGCore.configure_marker_and_trigger(*, trigger_in_source: str, trigger_in_slope: str, marker_out_source: str) None [source]#
Configures the trigger inputs and marker outputs of the AWG.
- Parameters:
trigger_in_source (str) – Alias for the trigger input used by the sequencer. For a list of available values use: available_trigger_inputs
trigger_in_slope (str) – Alias for the slope of the input trigger used by sequencer. For a list of available values use available_trigger_inputs
marker_out_source (str) – Alias for the marker output source used by the sequencer. For a list of available values use available_trigger_slopes
- Return type:
None