cst_run_simulation
Run a CST simulation with the current solver settings, blocking until completion.
Instructions
Start a CST simulation with the current solver settings. This is a blocking call that waits for the simulation to complete. Use cst_run_simulation_async for long-running simulations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solver_type | No | Solver type to use. If omitted, the currently configured solver is used. Options: 'Time Domain', 'Frequency Domain', 'Eigenmode', 'Integral Equation'. |