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

[Output] LogFile = results/sweep_log_{run_id}.csv LogVariables = Time, Vehicle.Speed, Vehicle.YawRate, Vehicle.LateralAccel

[ParameterSweep] Variable = Steering_Angle_deg Values = 0, 5, 10, 15, 20

[PostProcess] Plot = YawRate vs Time SaveBest = Min LateralAccel

# 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.

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