Validate netlist
easyeda_schematic_validate_netlistCheck schematic netlist for inferred nets, connected references, floating pins, and cross-validate with native ERC to ensure clean connectivity and zero errors.
Instructions
Validate the schematic netlist: inferred nets, connected refs/pins, floating pins, plus a cross-check with native ERC (native_erc). valid needs BOTH the inference clean AND native ERC 0 errors — inference alone false-positives when pins overlap without a wire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project/schematic ID | |
| includeWireCheck | No | When true, also check for graphical wires without netlist connectivity |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| valid | Yes | ||
| netlist | Yes | ||
| warnings | Yes | ||
| native_erc | No | ||
| project_id | Yes | ||
| total_nets | Yes | ||
| floating_pins | Yes | ||
| not_available | No | ||
| wires_without_netlist | No |