class documentation
class IdentificationMixin(Generic[
Mixin for UaObject with final result data.
| Method | __init |
Extract type for identification. |
| Async Method | lifecycle |
Initialize the identification UaVariableContainer. |
| Async Method | validate |
Check if mandatory identification variables have been set. |
| Property | identification |
Return the identification UaVariableContainer . Read-only property. |
| Async Method | _write |
Undocumented |
| Class Variable | __identification |
Undocumented |
@lifecycle( after=lifecycle_identification)
async def validate_identification(self) -> AsyncGenerator[ None]:
¶
Check if mandatory identification variables have been set.