class documentation

class Components(UaObjectContainer['BaseComponent'], ParentMixin['BaseMachineryItem']):

Constructor: Components()

View In Hierarchy

Collection of components.

Method __init__ Initialize the components collection synchronously.
Async Method _get_definition Undocumented

Inherited from UaObjectContainer:

Method __contains__ Whether an object with given name exists in this container.
Method __getattr__ Return a child object by attribute name.
Method __getitem__ Get a UaObject by the given name.
Method __iter__ Iterate over all contained UaObject.
Method __len__ Return the number of contained UaObject.
Method __setitem__ Add a child object by given name.
Instance Variable _children Undocumented
def __init__(self):

Initialize the components collection synchronously.

@override
async def _get_definition(self) -> UaObjectDefinition:

Undocumented