What simulators are
Simulators are metadata records that describe external simulation software available in your CDF project. Each simulator entry identifies the software type, version, and configuration needed to run simulations. Simulators serve as the foundation for simulator models, routines, and runs.Listing and filtering
You can list all simulators in your project and filter them by criteria such as name or type. This helps you discover which simulation tools are available and select the right one for your use case.Simulators are typically registered during setup of a simulator integration. You usually do not create or delete simulators directly through the API.
Common use cases
- Discover available simulators: List simulators to see what simulation software is configured.
- Drive automation: Use simulator metadata when building automation that runs simulations.
- Integrate with models and routines: Reference simulators when creating or running simulator models and routines.