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
AssetAdministrationShellcontaining 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
ConceptDescriptionwhere 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
AssetAdministrationShellwith just an emptyAssetInformationand anIdentifier- 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
Submodelwhere 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
Submodelcontaining all kind ofSubmodelElementobjects 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
DictObjectStorewhich is filled with an exampleSubmodel,ConceptDescriptionandAssetAdministrationShellusing the functions of this module- Returns
DictObjectStore