|
AAS HTTP Client Documentation
|
Functions | |
| None | add_submodel_to_aas (model.AssetAdministrationShell aas, model.Submodel submodel) |
| Add a given Submodel correctly to a provided AssetAdministrationShell. | |
| None | remove_submodel_from_aas (model.AssetAdministrationShell aas, model.Submodel submodel) |
| Remove a given Submodel correctly from a provided AssetAdministrationShell. | |
| Any|None | convert_to_object (dict content) |
| Convert a dictionary to a BaSyx SDK framework object. | |
| dict|None | convert_to_dict (Any object) |
| Convert a BaSyx SDK framework object. | |
Variables | |
| _logger | |
| None aas_http_client.utilities.sdk_tools.add_submodel_to_aas | ( | model.AssetAdministrationShell | aas, |
| model.Submodel | submodel | ||
| ) |
Add a given Submodel correctly to a provided AssetAdministrationShell.
| aas | provided AssetAdministrationShell to which the Submodel should be added |
| submodel | given Submodel to add |
Definition at line 21 of file sdk_tools.py.
| dict | None aas_http_client.utilities.sdk_tools.convert_to_dict | ( | Any | object | ) |
Convert a BaSyx SDK framework object.
to a dictionary.
| object | BaSyx SDK framework object to convert |
Definition at line 58 of file sdk_tools.py.
| Any | None aas_http_client.utilities.sdk_tools.convert_to_object | ( | dict | content | ) |
Convert a dictionary to a BaSyx SDK framework object.
| content | dictionary to convert |
Definition at line 39 of file sdk_tools.py.
| None aas_http_client.utilities.sdk_tools.remove_submodel_from_aas | ( | model.AssetAdministrationShell | aas, |
| model.Submodel | submodel | ||
| ) |
Remove a given Submodel correctly from a provided AssetAdministrationShell.
| aas | provided AssetAdministrationShell from which the Submodel should be removed |
| submodel | given Submodel to remove |
Definition at line 30 of file sdk_tools.py.
|
protected |
Definition at line 13 of file sdk_tools.py.