SequenceApp.design

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(), then finalize().

Returns:

The sequence that was built, which is also seq.

Return type:

pypulseqpp.Sequence

Raises:

KeyError – If prescan is not one of the names prescans() lists.