ExperimentManager

class caqtus.experiment_control.ExperimentManager

Bases: ABC

abstractmethod interrupt_running_procedure() bool

Indicates to the active procedure that it must stop running sequences.

Returns:

True if there was an active procedure, and it signaled that it will stop running sequences. False if no procedure was active.