SimulationConfig.step_every_ms#

SimulationConfig.step_every_ms: Literal['manual', 'auto'] | float | None

Cadence of the driving event.

"auto" continuously advances local simulations and resolves to manual mode for remote simulations. Use None or "manual" for explicit manual stepping, or pass a number for a millisecond cadence.