Autosim Free Direct

[Vehicle] Mass = 1500 # kg Wheelbase = 2.7 # m

# Run simulation with current parameters run set Vehicle.Mass 1600 Run parameter sweep defined in [ParameterSweep] sweep Export last run data export results/last_run.csv Compare two runs compare runs/run_1.csv runs/run_2.csv --plot yawrate If you meant AutoSim in another context (e.g., a specific software tool, traffic simulation, or a library like autosim for Python), let me know and I'll tailor the text accordingly. autosim

[ParameterSweep] Variable = Steering_Angle_deg Values = 0, 5, 10, 15, 20 [Vehicle] Mass = 1500 # kg Wheelbase = 2

You can adapt this for scripting, parameter files, or documentation. # AutoSim Utility: Parameter Sweep with Automatic Logging # Purpose: Run multiple simulations with varying parameters and log key outputs. [Simulation] Name = ParamSweep_Steering_Angle EndTime = 10.0 StepSize = 0.01 [Simulation] Name = ParamSweep_Steering_Angle EndTime = 10