sim_explorer.utils.types¶
Module Attributes
Arguments for 'get' action functions (component_variable_name, component_name, variable_references) |
|
Arguments for 'set' action functions (component_variable_name, component_name, variable_references, variable_values) |
|
Arguments for action functions |
- sim_explorer.utils.types.TActionArgs: TypeAlias = tuple[str, str, tuple[int, ...]] | tuple[str, str, tuple[int, ...], tuple[int | float | bool | str, ...]]¶
Arguments for action functions
- sim_explorer.utils.types.TGetActionArgs¶
Arguments for ‘get’ action functions (component_variable_name, component_name, variable_references)
alias of
tuple
[str
,str
,tuple
[int
, …]]
- sim_explorer.utils.types.TSetActionArgs¶
Arguments for ‘set’ action functions (component_variable_name, component_name, variable_references, variable_values)
alias of
tuple
[str
,str
,tuple
[int
, …],tuple
[int
|float
|bool
|str
, …]]