Connect Passthrough
connect_passthroughConnects matching pins of source and target connectors using shared net labels. Simplifies FFC/ribbon cable passthrough design by replacing manual per-pin wiring.
Instructions
Connects all pins of a source connector (e.g. J1) to matching pins of a target connector (e.g. J2) via shared net labels — pin N gets net '{netPrefix}_{N}'. Use this for FFC/ribbon cable passthrough adapters instead of calling connect_to_net for every pin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| netPrefix | No | Net name prefix, e.g. 'CSI' → CSI_1, CSI_2 (default: PIN) | |
| pinOffset | No | Add to pin number when building net name (default: 0) | |
| sourceRef | Yes | Source connector reference (e.g. J1) | |
| targetRef | Yes | Target connector reference (e.g. J2) | |
| schematicPath | Yes | Path to the schematic file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |