What simulator routines are
A simulator routine is a template that defines how a simulation should be run. It specifies the inputs the simulator expects, the outputs it produces, and the execution parameters. Routines are versioned through revisions, so you can evolve configurations over time.Using routines in simulations
When you trigger a simulation run, you reference a routine (and optionally a specific revision). The routine determines the configuration and data flow for that run. This separates the definition of what to run from the actual execution.Routines help standardize simulation workflows. Define a routine once and reuse it across many simulation runs.
Key operations
- Create and update: Define new routines or modify existing ones.
- Revisions: Manage multiple revisions per routine.
- List and retrieve: Find routines and their metadata.