cst_schematic_create_rlc
Create a resistor, inductor, or capacitor in a CST Design Studio schematic. Supports connected mode for direct block creation or offline mode for VBA script generation.
Instructions
Create a Design Studio schematic resistor, inductor, or capacitor. Connected mode calls project.schematic.Block directly; offline mode returns equivalent Design Studio VBA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Schematic X position. | |
| y | No | Schematic Y position. | |
| kind | Yes | Component kind: resistor, inductor, or capacitor. | |
| name | Yes | Schematic block name. | |
| value | Yes | Component value or CST parameter expression. | |
| rotation | No | Optional schematic rotation angle in degrees. |