FmuVariableTypeEnum¶ class pystclient.types.FmuVariableTypeEnum(*values)¶ Bases: Enum Enumeration of FMU variable types. __init__(*args, **kwds)¶ Attributes INT REAL BOOL STR BOOLEAN BOOL = 'Bool'¶ BOOLEAN = 'Boolean'¶ INT = 'Integer'¶ REAL = 'Real'¶ STR = 'String'¶