5.3. data.example_aas_missing_attributes - AAS-objects containing non-mandatory attributes
Module for the creation of an ObjectStore with missing object
attribute combination for testing the serialization
- check_example_asset_administration_shell(checker: AASDataChecker, shell: AssetAdministrationShell) None
- check_example_concept_description(checker: AASDataChecker, concept_description: ConceptDescription) None
- check_example_submodel(checker: AASDataChecker, submodel: Submodel) None
- check_full_example(checker: AASDataChecker, obj_store: DictObjectStore) None
- create_example_asset_administration_shell() AssetAdministrationShell
Creates an example
AssetAdministrationShellcontaining a reference to an exampleSubmodel- Returns:
example asset administration shell
- create_example_concept_description() ConceptDescription
Creates an example
ConceptDescription- Returns:
example concept description
- create_example_submodel() Submodel
Creates an example
Submodelcontaining all kind ofSubmodelElementobjects- Returns:
example submodel
- create_full_example() DictObjectStore
Creates an
DictObjectStorecontaining an exampleSubmodel, an exampleConceptDescriptionand an exampleAssetAdministrationShell