You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instantiates a model, i.e. performs structural and symbolic transformations and generates a function for calculation of derivatives suitable for simulation.
@@ -855,6 +862,7 @@ Instantiates a model, i.e. performs structural and symbolic transformations and
855
862
* `aliasReduction`: Perform alias elimination and remove singularities
856
863
* `unitless`: Remove units (useful while debugging models and needed for MonteCarloMeasurements)
857
864
* `evaluateParameters`: Use evaluated parameters in the generated code.
865
+
* `saveCodeOnFile`: If non-empty string, save generated code in file with name `saveCodeOnFile`.
858
866
* `log`: Log the different phases of translation
859
867
* `logModel`: Log the variables and equations of the model
860
868
* `logDetails`: Log internal data during the different phases of translation
@@ -879,7 +887,7 @@ See documentation of macro [`@instantiateModel`]
0 commit comments