cst_matching_l_network
Compute inductor and capacitor values for an L-section impedance matching network that matches source to load impedance at a given frequency, with lowpass or highpass topology.
Instructions
Design an L-section impedance matching network. Computes inductor and capacitor values for matching a source impedance to a load impedance at a given frequency. Supports lowpass and highpass topologies. Pure Python computation — no CST connection needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topology | No | Network topology (default lowpass) | lowpass |
| z_load_imag | No | Load reactance in ohms (default 0) | |
| z_load_real | Yes | Load resistance in ohms | |
| frequency_ghz | Yes | Design frequency in GHz | |
| z_source_imag | No | Source reactance in ohms (default 0) | |
| z_source_real | Yes | Source resistance in ohms |