cst_get_smith_chart_data
Extract normalized impedance from S11 for Smith chart plotting. Computes Z = Z0*(1+S11)/(1-S11) to return real and imaginary parts from a completed CST simulation.
Instructions
Extract Smith chart formatted impedance data from a completed CST simulation. Computes normalized impedance from S11 reflection coefficient: Z = Z0*(1+S11)/(1-S11). Returns real and imaginary parts of the normalized impedance for Smith chart plotting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| z0 | No | Reference impedance in Ohms for normalization. Typically 50 Ohms for most RF systems. | |
| port | No | Port number to extract Smith chart data for. | |
| run_id | No | ||
| max_points | No | Preview sample count; 0 returns the full curve. Derived metrics use all samples. |