cst_add_discrete_port
Add a discrete lumped port between two coordinates for circuit-level excitation with defined impedance, supporting S-parameter, voltage, or current excitation types.
Instructions
Add a discrete (lumped) port between two points. Used for circuit-level excitation with a defined impedance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | X coordinate of the start point (mm) | |
| x2 | Yes | X coordinate of the end point (mm) | |
| y1 | Yes | Y coordinate of the start point (mm) | |
| y2 | Yes | Y coordinate of the end point (mm) | |
| z1 | Yes | Z coordinate of the start point (mm) | |
| z2 | Yes | Z coordinate of the end point (mm) | |
| impedance | No | Port impedance in ohms (default 50) | |
| port_type | No | Excitation type (default SParameter) | SParameter |
| port_number | Yes | Port number (1-999) |