cst_run_simulation_async
Launch a CST simulation asynchronously and return control immediately. Monitor progress with cst_get_simulation_status to track completion.
Instructions
Start a CST simulation asynchronously (non-blocking). The simulation launches and control returns immediately. Use cst_get_simulation_status to monitor progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_s | No | Maximum CST Python API start-command duration in seconds. | |
| solver_type | No | Solver type to use. If omitted, the currently configured solver is used. Options: 'Time Domain', 'Frequency Domain', 'Eigenmode', 'Integral Equation'. |