cst_add_lumped_element
Add a lumped resistor, inductor, capacitor, or RLC network between two points in a 3D electromagnetic simulation.
Instructions
Add a lumped R, L, C, or RLC element between two points. Value is in ohms for R, henries for L, farads for C.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | X coordinate of the first terminal (mm) | |
| x2 | Yes | X coordinate of the second terminal (mm) | |
| y1 | Yes | Y coordinate of the first terminal (mm) | |
| y2 | Yes | Y coordinate of the second terminal (mm) | |
| z1 | Yes | Z coordinate of the first terminal (mm) | |
| z2 | Yes | Z coordinate of the second terminal (mm) | |
| name | Yes | Unique name for the lumped element | |
| value | Yes | Element value (ohms for R, henries for L, farads for C) | |
| element_type | Yes | Type of lumped element |