Changes between Initial Version and Version 1 of Ticket #2670


Ignore:
Timestamp:
2014-04-19T02:14:07Z (11 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2670 – Description

    initial v1  
    99is that it should be possible but we would need
    1010some support for some of Dymola-specific annotations and API:
    11 - translateModel / Dialog(__Dymola_translatedModel)
     11- translateModel / {{{Dialog(__Dymola_translatedModel)}}}
    1212- linearization (we already support it but with some differences)
    1313- SetVariable/SetParameter (we already support these but with some differences)
    1414- simulateModel (we already support it but with some differences)
    1515- readMatrixSize/readMatrix/readStringMatrix (we already support these but with some differences)
    16 - annotation (__Dymola_interactive=true): not sure what this does
     16- {{{annotation (__Dymola_interactive=true)}}}: not sure what this does
    1717
    18 Besides the above things we need plotting support from Modelica code
    19 as for example used in this file:
     18Besides the above things we need plotting support from Modelica code as for example used in this file:
    2019https://github.com/modelica/Modelica_LinearSystems2/blob/release/Modelica_LinearSystems%202.3.1/Utilities/Plot/diagram.mo
    2120- createPlot
    2221- 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
     23I guess these plot functions need to be combined with annotation {{{(__Dymola_interactive=true)}}} somehow to be able to
    2424display the plots.