Export named electrical nets
crumb_export_netlistExport electrical nets from a CRUMB project, removing jumper wires and inferring VCC/GND from DC supplies. Optionally merge nets across saved switch states.
Instructions
Collapses jumper wires out of the inferred connection graph and returns paged electrical nets with component terminals, VCC/GND names inferred from DC supply terminals, and optional saved-switch-state merges. Provenance and confidence are explicit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Workspace-relative .cru project ref | |
| limit | No | ||
| cursor | No | ||
| topologyMode | No | known-board-v1.3.5 | |
| applySwitchStates | No | Merge nets across saved switch positions using installed-build semantics | |
| expectedProjectDigest | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| context | Yes | ||
| summary | Yes | ||
| diagnostics | Yes | ||
| nextActions | Yes | ||
| contractVersion | Yes |