cst_run_simulation
Run a CST simulation with current solver settings, blocking until completion. Optionally choose a solver type: Time Domain, Frequency Domain, Eigenmode, or Integral Equation.
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 |
|---|---|---|---|
| timeout_s | No | Maximum CST Python API call 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'. |