cst_matching_l_network
Match source and load impedance at a given frequency by computing L-section inductor and capacitor values, with lowpass or highpass topology options.
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 |