List of Dymola flags

前端 未结 2 491
野趣味
野趣味 2021-01-03 07:20

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

\"Dymola

相关标签:
2条回答
  • 2021-01-03 07:55

    Since Dymola 2018 (and may be an earlier versions) there is a flag called Advanced.DefaultStoreAsOneFile. Setting to false will enable to save packages as directories.

    This flag can be set via GUI as well, see Edit > Options..., and in the pop-up window, the Tab Version, uncheck As default store packages as one file. In this way, the setting will be saved in your setup.dymx (setup.mos in former Dymola versions) file and will thus not affect the Dymola for other users. You can also find some more flags in that file.

    But I would suggest to split this question into two ones since there are two topics treated in just one thread.

    0 讨论(0)
  • 2021-01-03 08:06

    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.

    0 讨论(0)
提交回复
热议问题