What simulator integrations are
A simulator integration is a running service that connects CDF to an external simulator. It handles communication, data exchange, and execution coordination between CDF and the simulation software. Multiple integrations can exist for different simulators or environments.Managing integrations
You can list all simulator integrations in your project to see which connections are active. When an integration is no longer needed, you can delete it to stop the service and remove it from your project.Simulator integrations are typically created and configured during deployment or setup. The API focuses on listing and removing integrations rather than creating them.
Key operations
- List integrations: View all active simulator integrations.
- Delete integration: Remove an integration when it is no longer required.