Auto-extract netlist and run semantic ERC
easyeda_semantic_erc_autoRun semantic ERC automatically by extracting nets, devices, and pins from the live schematic. Inferred electrical types from naming conventions provide a first-pass design review signal.
Instructions
Extract nets/devices/pins from the LIVE schematic and run semantic ERC — no hand-authored netlist needed. Net/pin electrical types are INFERRED from naming conventions, not verified — treat findings as a first-pass signal, not a substitute for semantic_erc_validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| errors | Yes | ||
| passed | Yes | ||
| warnings | Yes | ||
| project_id | Yes | ||
| error_count | Yes | ||
| total_issues | Yes | ||
| not_available | No | ||
| warning_count | Yes | ||
| inferred_net_count | Yes | ||
| inferred_device_count | Yes |