class documentation
class SpatialObjectListMixin:
Mixin for UaObject that have a OPC UA spatial object list.
| Async Method | lifecycle |
Initialize the SpatialObjectList. |
| Property | spatial |
The spatial object list that belongs to this object. Read-only property. |
| Instance Variable | __spatial |
Undocumented |
@lifecycle( after=MonitoringMixin.lifecycle_monitoring, requires=MonitoringMixin.lifecycle_monitoring)
async def lifecycle_spatial_object_list(self) -> AsyncGenerator[ None]:
¶
Initialize the SpatialObjectList.