cst_get_s_parameter_phase
Retrieve S-parameter phase from CST simulation, optionally unwrap to remove 360-degree jumps for group delay and phase-matching analysis.
Instructions
Extract S-parameter phase response from a completed CST simulation. Returns the phase of the specified S-parameter vs frequency. Optionally unwraps the phase to remove 360-degree discontinuities. Useful for group delay analysis and phase-matching designs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | ||
| unwrap | No | If true, unwrap the phase to remove 360-degree jumps. Useful for group delay computation. | |
| port_in | No | Input port number (excitation port). | |
| port_out | No | Output port number (observation port). | |
| max_points | No | Preview sample count; 0 returns the full curve. Derived metrics use all samples. |