Changes between Initial Version and Version 1 of Ticket #2670
- Timestamp:
- 2014-04-19T02:14:07Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2670 – Description
initial v1 9 9 is that it should be possible but we would need 10 10 some support for some of Dymola-specific annotations and API: 11 - translateModel / Dialog(__Dymola_translatedModel)11 - translateModel / {{{Dialog(__Dymola_translatedModel)}}} 12 12 - linearization (we already support it but with some differences) 13 13 - SetVariable/SetParameter (we already support these but with some differences) 14 14 - simulateModel (we already support it but with some differences) 15 15 - readMatrixSize/readMatrix/readStringMatrix (we already support these but with some differences) 16 - annotation (__Dymola_interactive=true): not sure what this does16 - {{{annotation (__Dymola_interactive=true)}}}: not sure what this does 17 17 18 Besides the above things we need plotting support from Modelica code 19 as for example used in this file: 18 Besides the above things we need plotting support from Modelica code as for example used in this file: 20 19 https://github.com/modelica/Modelica_LinearSystems2/blob/release/Modelica_LinearSystems%202.3.1/Utilities/Plot/diagram.mo 21 20 - createPlot 22 21 - plotArray 23 I guess these needs to be combined with annotation (__Dymola_interactive=true) somehow to be able to 22 - more plot functions from the library 23 I guess these plot functions need to be combined with annotation {{{(__Dymola_interactive=true)}}} somehow to be able to 24 24 display the plots.