How to pause a sequence based on event

In reply to peterjin:

Because there are multiple sequences share the same sequencer, then you need to pause sending the stumilus in your particular sequence. The simplest way:

  • Declare the pause event flag in sequence-config, set the config to your sequences
  • Get the config and check the condition of pause event in order to generate stimulus in your sequences
  • Control the pause event flag in your environment when you want to pause/unpause.