aasx: Allow writing individual objects
All threads resolved!
All threads resolved!
This MR adds the following functionality to AASXWriter
:
- Write individual Identifiable objects (including multiple AAS and stand-alone Submodels, Assets, ConceptDescriptions) to a single AASX part:
write_aas_objects()
- Control splitting of submodels when writing an AAS to an AASX package according to the part name conventions defined in DotAAS with
write_aas()
: new parametersubmodel_split_parts
This fixes #94 (closed)
Additionally, I've added a new method get_identifier()
to class Reference
, which I used in the new implementation of the AASXWriter.write_aas()
method.
Edited by Michael Thies
Merge request reports
Activity
added 2 commits
- Automatically resolved by Michael Thies
- Automatically resolved by Michael Thies
added 1 commit
- 9fc8ed5a - Fix exception message and use advanced f-string syntax
mentioned in commit 3781cf04
Please register or sign in to reply