Changes between Version 1 and Version 2 of Ticket #2670
- Timestamp:
- 2014-04-19T02:15:38Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2670 – Description
v1 v2 7 7 As far as I've seen for example having a look at this file: 8 8 https://github.com/modelica/Modelica_LinearSystems2/blob/release/Modelica_LinearSystems%202.3.1/Utilities/Import/linearize2.mo 9 is that it should be possible but we would need 10 some support for some of Dymola-specific annotations and API: 9 is that it should be possible but we would need some support for some of Dymola-specific annotations and API: 11 10 - translateModel / {{{Dialog(__Dymola_translatedModel)}}} 12 11 - linearization (we already support it but with some differences) … … 21 20 - plotArray 22 21 - 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 display the plots. 22 I guess these plot functions need to be combined with annotation {{{(__Dymola_interactive=true)}}} somehow to be able to display the plots.