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
Parametersdocstring are whatmain, the command line andprotocol()present.- Parameters:
**protocol (object) – The prescription, which the subclass names in its own signature.