Search code examples
dymola

Dymola Store Outputs Options Greyed Out


I'm running a batch of simulations in Dymola 2021x and in terms of outputs, I only care about some of the state variables. I figured the easiest way to limit the selection would be to go into Simulation Setup>Output>Store and leave only the "State variables" box checked. But all the options are greyed out and checked so I can't limit the outputs.

Store Outputs Options

Is there a setting in Dymola that would disable the store output options?

I've tried restarting Dymola and rebooting my PC but as kind of expected, nothing changed.


Solution

  • Yes, the variable dependencies disable the outputs.

    enter image description here

    From the command line:

    Advanced.GenerateVariableDependencies = true;
    

    Maybe there are others as well, but that's the only one I am currently aware of.