pystclient.types

Type definitions for pystclient.

Functions

from_string_value(value, t)

Convert string value to an FMU variable type.

Classes

FmuCausalityType(*values)

Enumeration of FMU causality types.

FmuVariableTypeEnum(*values)

Enumeration of FMU variable types.

SimulationType(*values)

Enumeration of simulation types.

TimeUnit(*values)

Enumeration of time units.

pystclient.types.from_string_value(value: str, t: FmuVariableTypeEnum) int | float | bool | str

Convert string value to an FMU variable type.