Sonohi / monster

MONSTeR is a framework built around the LTE system toolbox available in Matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected write to Monster.Config when simulation is setup and .run is called

jakthra opened this issue · comments

A few modifications to the config is made when the simulation is setup. This should not happen. The Config should be a static read object and nothing else. The rest of the parameters should be moved different class properties in the simulation class. The parameters in question are:

  • Simulation.Config.Plot
  • Simulation.Config.Runtime

I propose a solution where the above properties are moved to

  • Simulation.Config.Plot --> Simulation.Plot
  • Simulation.Config.Runtime --> Simulation.RunTime

Closing as it is addressed by #114