cst_get_s_parameters
Extract S-parameter results (magnitude, phase, real/imaginary) from a completed CST simulation for specified input and output ports.
Instructions
Extract S-parameter results from a completed CST simulation. Returns S-parameter data (magnitude, phase, real/imaginary) for the specified port pair. In connected mode reads directly from the result tree; in offline mode returns VBA scripts and explains the CST result tree structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format for S-parameter data. 'db' = magnitude in dB, 'mag' = linear magnitude, 'real_imag' = real and imaginary parts, 'phase' = phase in degrees. | db |
| port_in | No | Input port number (excitation port). | |
| port_out | No | Output port number (observation port). |