MlFmuCommand¶
- class mlfmu.api.MlFmuCommand(value, names=_not_given, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
Enum
Enum class for the different commands in the mlfmu process.
- __init__(*args, **kwds)¶
Methods
from_string
(command_string)Attributes
- static from_string(command_string: str) MlFmuCommand | None ¶
- BUILD = 'build'¶
- COMPILE = 'compile'¶
- GENERATE = 'codegen'¶