2. basyx.aas.model - Python Model of the AssetAdministrationShell Metamodel

This package contains a python implementation of the meta-model of the AssetAdministrationShell. The model is divided into 5 modules, splitting it in sensible parts. However, all classes (except for the specialized Concept Descriptions) are imported into this top-level package, for simple imports like

from basyx.aas.model import AssetAdministrationShell, Submodel, Property

Note

Since the Class-Attributes usually have the same names as the __init__-constructor parameters, you can assume that you can use the attribute names listed in the documentation for initiating the class. If there is discrepancy between the two, it should be stated so.

Contents: