I'm trying to use the EvReferenceApplication mostly as-is, as a starting point for evaluating the impact of adding things to the vehicle.
Using Mass as an example, what I would like to do is maintain a separate "MassAdder" variable that accumulates all of the weights I'm adding. When the Vehicle Simulation is run, I would like it to use "Mass + MassAdder" wherever it currently uses "Mass" as a parameter.
This is more of an editor/scripting/workspace question.
Is there an easy way to modify EvReferenceApplication to make this substitution?
Thanks!