SequenceApp.init_sequence

SequenceApp.init_sequence#

abstractmethod SequenceApp.init_sequence()[source]#

Design the events and the sampling order from the prescription.

The signature is the application’s protocol: its keyword parameters, defaults and Parameters docstring are what main, the command line and protocol() present.

Parameters:

**protocol (object) – The prescription, which the subclass names in its own signature.