MlFmuCommand

class mlfmu.api.MlFmuCommand(*values)

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'