FmuVariableTypeEnum

class pystclient.types.FmuVariableTypeEnum(*values)

Bases: Enum

Enumeration of FMU variable types.

__init__(*args, **kwds)

Attributes

BOOL = 'Bool'
BOOLEAN = 'Boolean'
INT = 'Integer'
REAL = 'Real'
STR = 'String'