SequenceApp.design#
- SequenceApp.design()[source]#
Build the whole scan, or the named prescan, into a new
seq.- Parameters:
prescan (str, optional) – The prescan to build, named as
prescans()lists it. The default builds the main sequence:loop(), thenfinalize().- Returns:
The sequence that was built, which is also
seq.- Return type:
- Raises:
KeyError – If
prescanis not one of the namesprescans()lists.