montepy.input_parser.shortcuts module#
Classes:
|
Enumeration of the possible MCNP shortcuts. |
- class montepy.input_parser.shortcuts.Shortcuts(*values)#
Bases:
Enum
Enumeration of the possible MCNP shortcuts.
Attributes:
A linear interpolation.
A jump entry, which counts as a default entry.
A logarithmic interpolation.
a multiplication of the previous entry.
A repeated entry shortcut.
- INTERPOLATE = 'i'#
A linear interpolation.
- JUMP = 'j'#
A jump entry, which counts as a default entry.
- LOG_INTERPOLATE = 'ilog'#
A logarithmic interpolation.
- MULTIPLY = 'm'#
a multiplication of the previous entry.
- REPEAT = 'r'#
A repeated entry shortcut.