Skip to content

Commit

Permalink
Update tutorial_serialization_deserialization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zrgt committed Oct 27, 2023
1 parent 0ed5d4f commit bc66b2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
)
aashell = model.AssetAdministrationShell(
id_='https://acplt.org/Simple_AAS',
asset_information=model.AssetInformation(),
asset_information=model.AssetInformation(global_asset_id="test"),
submodel={model.ModelReference.from_referable(submodel)}
)

Expand Down

0 comments on commit bc66b2a

Please sign in to comment.