Create net port
easyeda_schematic_create_net_portPlace hierarchical net ports on a schematic to create named connections that span multiple sheets, enabling cross-sheet net connectivity.
Instructions
Place a hierarchical net port (off-sheet connector) on the schematic. Net ports create named connections that span multiple schematic sheets, appearing as real SCH_Net entries in the netlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate on the schematic canvas | |
| y | Yes | Y coordinate on the schematic canvas | |
| netName | Yes | The net name for the port (e.g. VCC, GND, DATA_BUS) | |
| portType | No | Electrical type of the port | |
| rotation | No | Rotation in degrees (0, 90, 180, 270) | |
| projectId | Yes | The project/schematic ID | |
| confirmWrite | Yes | Must be the literal boolean true (not the string "true") to allow this write. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||