|
AAS HTTP Client Documentation
|
Functions | |
| model.Submodel | shared_sm () |
| model.Submodel | shared_sm_temp () |
| model.AssetAdministrationShell | shared_aas () |
| test_001a_add_sm_to_shell (model.AssetAdministrationShell shared_aas, model.Submodel shared_sm) | |
| test_001b_add_sm_to_shell (model.AssetAdministrationShell shared_aas, model.Submodel shared_sm) | |
| test_002a_remove_sm_from_shell (model.AssetAdministrationShell shared_aas, model.Submodel shared_sm_temp) | |
| test_002b_remove_sm_from_shell (model.AssetAdministrationShell shared_aas, model.Submodel shared_sm) | |
Variables | |
| str | SM_ID = "fluid40/sm_sdk_tools_unit_tests" |
| str | SHELL_ID = "fluid40/aas_sdk_tools_unit_tests" |
| model.AssetAdministrationShell tests.test_sdk_tools.shared_aas | ( | ) |
Definition at line 21 of file test_sdk_tools.py.
| model.Submodel tests.test_sdk_tools.shared_sm | ( | ) |
Definition at line 11 of file test_sdk_tools.py.
| model.Submodel tests.test_sdk_tools.shared_sm_temp | ( | ) |
Definition at line 16 of file test_sdk_tools.py.
| tests.test_sdk_tools.test_001a_add_sm_to_shell | ( | model.AssetAdministrationShell | shared_aas, |
| model.Submodel | shared_sm | ||
| ) |
Definition at line 26 of file test_sdk_tools.py.
| tests.test_sdk_tools.test_001b_add_sm_to_shell | ( | model.AssetAdministrationShell | shared_aas, |
| model.Submodel | shared_sm | ||
| ) |
Definition at line 36 of file test_sdk_tools.py.
| tests.test_sdk_tools.test_002a_remove_sm_from_shell | ( | model.AssetAdministrationShell | shared_aas, |
| model.Submodel | shared_sm_temp | ||
| ) |
Definition at line 43 of file test_sdk_tools.py.
| tests.test_sdk_tools.test_002b_remove_sm_from_shell | ( | model.AssetAdministrationShell | shared_aas, |
| model.Submodel | shared_sm | ||
| ) |
Definition at line 50 of file test_sdk_tools.py.
| str tests.test_sdk_tools.SHELL_ID = "fluid40/aas_sdk_tools_unit_tests" |
Definition at line 8 of file test_sdk_tools.py.
| str tests.test_sdk_tools.SM_ID = "fluid40/sm_sdk_tools_unit_tests" |
Definition at line 7 of file test_sdk_tools.py.