Verify schematic write result
easyeda_schematic_verify_writeVerifies schematic state after an agent writes to it by comparing component counts and validating netlists, confirming placements or connections.
Instructions
Read back schematic state after an agent-authored write. Returns component-count delta evidence and optional netlist validation so agents can confirm a placement or connection before continuing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| netName | No | ||
| projectId | No | ||
| includeWireCheck | No | ||
| beforeComponentCount | No | ||
| expectedComponentCountDelta | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| net_name | No | ||
| warnings | Yes | ||
| project_id | No | ||
| component_count | No | ||
| netlist_available | Yes | ||
| netlist_validation | No | ||
| components_available | Yes | ||
| component_count_delta | No | ||
| component_delta_matches | No |