ProtocolParameter#
- class pypulseqpp.sequences.ProtocolParameter[source]#
Bases:
objectOne prescribed parameter, as
init_sequencedeclares and documents it.
Attributes
The keyword |
|
The scalar the annotation names, bool, int, float or str; None for any other annotation. |
|
The default; inspect.Parameter.empty for a parameter without one. |
|
Whether the annotation admits None, which leaves the value to the design. |
|
The first parenthesised group of the description's first sentence, the form the shipped applications state units in, as in |
|
The values the documented type lists in braces, as in |
|
The description in the Parameters section, on one line. |