module documentation

Undocumented

Exception CycleError Raised when a dependency graph of @lifecycle decorated methods contains a cycle.
Exception NamespaceUninitializedError Is raised when trying to get node ids from a namespace before it was initialized.
Exception NoValidValueReadError Is raised when trying to read a UaVariable whose value is None.
Exception OpenSmiError Base for all OpenSMI related errors.
Exception OpenSmiRuntimeError Is raised by user code when something goes wrong.
Exception OutOfRangeError Is raised when failing to write a value to a variable that is out of range.
Exception RequiredVariableMissingError Is raised when a required variable is missing.
Exception SkillHaltedError Is raised when a skill other than the own skill is halted.
Exception SkillNotSuspendableError Is raised when failing to suspend a skill that is not suspendable.
Exception ValidationError Is raised when trying to validate an object that doesn't pass validation.