+
- model = capellambse.MelodyModel(
- path="path to the aird file of the model on your machine",
- diagram_cache={
- "path": "{{ this.path + "/diagrams/%s"}}",
- "username": "{{ username }}",
- "password": "{{ passwordValue !== undefined ? passwordValue : 'You can insert your project token here using the "Insert token" button. The inserted token is valid for 30 days.' }}",
- }
- )
-
-