set_sim_specs
Set simulation start, stop, time step, and integration method for an existing Stella model.
Instructions
Update simulation time settings on an existing model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| start | No | Simulation start time | |
| stop | No | Simulation stop time | |
| dt | No | Time step | |
| method | No | Integration method (Euler or RK4) | |
| time_units | No | Time units |