class documentation
class SpatialObject(UaObject, ParentMixin[
Constructor: SpatialObject(name, position_frame, **kwargs)
Spatial Object contains a PositionFrame and further CartesianFrame can be attached.
See OPC UA Relative Spatial Location specification.
| Method | __init__ |
Cooperative constructor. |
| Async Method | add |
Add given cartesian frame to the spatial object. |
| Async Method | lifecycle |
Initialize the spatial object. |
| Property | attach |
Return all attached cartesian frames. |
| Property | position |
Return the position frame of the spatial object. |
| Async Method | _get |
Undocumented |
| Instance Variable | _attach |
Undocumented |
| Instance Variable | _position |
Undocumented |
| Instance Variable | _ua |
Undocumented |
def __init__(self, *, name:
str | None = 'SpatialObject', position_frame: PositionFrame, **kwargs):
¶
Cooperative constructor.