cst_impedance_smith_transform
Apply reactive element transformations to an impedance on the Smith chart to compute transformed impedance, reflection coefficient, and VSWR using series or shunt components.
Instructions
Apply a reactive element transformation to an impedance on the Smith chart. Supports series L/C, shunt L/C, and transmission line operations. Returns transformed impedance, reflection coefficient, and VSWR. Pure Python computation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| z0 | No | Reference impedance in ohms (default 50) | |
| value | Yes | Component value: L in nH, C in pF, or transmission line electrical length in degrees | |
| operation | Yes | Type of transformation to apply | |
| z_in_imag | Yes | Input reactance in ohms | |
| z_in_real | Yes | Input resistance in ohms | |
| frequency_ghz | Yes | Operating frequency in GHz |