class documentation
class PositionFrame(CartesianFrame):
Constructor: PositionFrame(position, orientation, base, **kwargs)
Cartesian position frame with the fixed OPC UA name PositionFrame.
A position frame defines a Cartesian frame relative to a required base coordinate frame.
| Method | __init__ |
Cooperative constructor. |
Inherited from CartesianFrame:
| Async Method | lifecycle |
Initialize the Cartesian frame. |
| Async Method | read |
Read the base coordinate frame reference from the OPC UA server. |
| Async Method | read |
Read the angular orientation from the OPC UA server. |
| Async Method | read |
Read the Cartesian position from the OPC UA server. |
| Async Method | write |
Write the base coordinate frame reference to the OPC UA server. |
| Async Method | write |
Write given angular orientation to the OPC UA server. |
| Async Method | write |
Write the given Cartesian position to the OPC UA server. |
| Async Method | _get |
Undocumented |
| Instance Variable | _base |
Undocumented |
| Instance Variable | _name |
Undocumented |
| Instance Variable | _orientation |
Undocumented |
| Instance Variable | _position |
Undocumented |
| Instance Variable | _ua |
Undocumented |
| Instance Variable | _ua |
Undocumented |
| Instance Variable | _ua |
Undocumented |
| Instance Variable | _ua |
Undocumented |
| Instance Variable | _ua |
Undocumented |
| Instance Variable | _ua |
Undocumented |
| Instance Variable | _ua |
Undocumented |
| Instance Variable | _ua |
Undocumented |
| Instance Variable | _ua |
Undocumented |
def __init__(self, position:
Position, orientation: Orientation, base: CartesianFrame, **kwargs):
ΒΆ
Cooperative constructor.