add_component
Add a component such as a resistor or capacitor to an electronic circuit diagram. Specify its type, identifier, and optional details like label, value, position, and direction.
Instructions
回路図にコンポーネントを追加
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | コンポーネントのラベル(オプション) | |
| value | No | コンポーネントの値(オプション) | |
| position | No | 位置 [x, y](オプション) | |
| direction | No | コンポーネントの方向(オプション) | |
| component_id | Yes | コンポーネントの識別子 | |
| component_type | Yes | コンポーネントのタイプ(resistor, capacitor, diode等) |