class documentation

class SpatialObjectListMixin:

View In Hierarchy

Mixin for UaObject that have a OPC UA spatial object list.

Async Method lifecycle_spatial_object_list Initialize the SpatialObjectList.
Property spatial_object_list The spatial object list that belongs to this object. Read-only property.
Instance Variable __spatial_object_list Undocumented
@lifecycle(after=MonitoringMixin.lifecycle_monitoring, requires=MonitoringMixin.lifecycle_monitoring)
async def lifecycle_spatial_object_list(self) -> AsyncGenerator[None]:

Initialize the SpatialObjectList.

@property
spatial_object_list: SpatialObjectList =

The spatial object list that belongs to this object. Read-only property.

__spatial_object_list: SpatialObjectList | None =

Undocumented