module documentation
Abstraction-layer for OPC UA variables our framework users interacts with.
| Class | |
OPC UA Variable for use in ParameterSet, Monitoring, FinalResultData, etc. |
| Function | _get |
Undocumented |
| Function | _validate |
Ensure given enum_type satisfies OPC UA's enumeration requirements. |
| Type Variable | _ |
Python-native variable type of the UaVariable (e.g. int, string, ...). |
def _get_initial_value_and_type(initial_value:
_VariableType | None, variable_type: type[ _VariableType] | None) -> tuple[ ua.Variant, type[ _VariableType]]:
¶
Undocumented
_VariableType =
¶
Python-native variable type of the UaVariable (e.g. int, string, ...).
| Value |
|