cst_matching_create_lumped
Generate CST VBA code to design a lumped-element matching network by specifying components (inductors, capacitors, resistors) with series/shunt connections at a given frequency.
Instructions
Generate CST VBA code to create a lumped-element matching network. Each component (inductor, capacitor, resistor) is placed as a CST LumpedElement with specified series/shunt connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| components | Yes | List of lumped components in the network (ordered source to load) | |
| frequency_ghz | Yes | Design frequency in GHz | |
| port_impedance | No | Port reference impedance in ohms (default 50) |