5.2. aas.examples.data.example_aas_mandatory_attributes - AAS-objects that only contain mandatory attributes

Module for the creation of an ObjectStore with an example AssetAdministrationShell and example Submodels and a ConceptDictionary containing an example ConceptDescription. All objects only contain mandatory attributes.

To get this object store use the function create_full_example(). If you want to get single example objects or want to get more information use the other functions.

basyx.aas.examples.data.example_aas_mandatory_attributes.create_example_asset_administration_shell() basyx.aas.model.aas.AssetAdministrationShell

Creates an example AssetAdministrationShell containing references to the example, the example ~Submodels.

Returns

example asset administration shell

basyx.aas.examples.data.example_aas_mandatory_attributes.create_example_concept_description() basyx.aas.model.concept.ConceptDescription

Creates an example ConceptDescription where only the id attribute is set

Returns

example concept description

basyx.aas.examples.data.example_aas_mandatory_attributes.create_example_empty_asset_administration_shell() basyx.aas.model.aas.AssetAdministrationShell

Creates an example empty AssetAdministrationShell with just an empty AssetInformation and an Identifier

Returns

example asset administration shell

basyx.aas.examples.data.example_aas_mandatory_attributes.create_example_empty_submodel() basyx.aas.model.submodel.Submodel

Creates an example empty Submodel where only the id attribute is set

Returns

example submodel

basyx.aas.examples.data.example_aas_mandatory_attributes.create_example_submodel() basyx.aas.model.submodel.Submodel

Creates an example Submodel containing all kind of SubmodelElement objects where only mandatory attributes are set

Returns

example submodel

basyx.aas.examples.data.example_aas_mandatory_attributes.create_full_example() basyx.aas.model.provider.DictObjectStore

Creates an DictObjectStore which is filled with an example Submodel, ConceptDescription and AssetAdministrationShell using the functions of this module

Returns

DictObjectStore