class documentation

class ResourceIdentification(Identification):

View In Hierarchy

Identification for Resource.

Class Variable AssetId Asset ID of this resource.
Class Variable ComponentName Human-readable (component) name of this resource.
Class Variable ResourceClass Type ('ResourceClass') of this resource, i.e. 'Cab', 'Trailer' etc.
Async Method _get_definition Undocumented
AssetId: UaVariable[str] =

Asset ID of this resource.

ComponentName: UaVariable[ua.LocalizedText] =

Human-readable (component) name of this resource.

ResourceClass: UaVariable[str] =

Type ('ResourceClass') of this resource, i.e. 'Cab', 'Trailer' etc.

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

Undocumented