Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of Dymola flags

Tags:

dymola

Some settings in Dymola can be altered by setting flags in the "Commands" window:

Dymola screenshot Flags

Some examples for flags are:

  • Advanced.AutoFormatting
  • Advanced.PedanticModelica
  • Advanced.LogStartValuesForIterationVariables
  • Hidden.PrintFailureToDifferentiate

Is there a comprehensive list of all Dymola flags?
Or, even better, a command to print such a list?
Or, even better, something like the about:config in Firefox?

Especially, I would like to change the default setting for the Save contents in one file checkbox to Directories - No Questions because version control software (git in my case) works better with many small files.

like image 216
matth Avatar asked Feb 16 '23 03:02

matth


1 Answers

The Save contents in one file checkbox cannot be changed by flags, but by (un)commenting the line Dymola5StoreOnOneFile 0 in the file $Dymola$\insert\dymodraw.ini.

But many other settings can be changed using flags. Use list() to print a list of flags (unfortunately, Hidden. flags are not included in that list) or use help() to get more help.

like image 111
matth Avatar answered May 20 '23 14:05

matth