Sample Data
This data represents a simplified Electrical Rules Check (ERC) table for a PCB design. Each row shows a net with two pins, their types, connection status, and the ERC result indicating if the connection passes or fails electrical rules.
| Cell | Value |
|---|---|
| A1 | Net Name |
| B1 | Pin 1 Type |
| C1 | Pin 2 Type |
| D1 | Connection Status |
| E1 | ERC Result |
| A2 | VCC |
| B2 | Output |
| C2 | Input |
| D2 | Connected |
| E2 | Pass |
| A3 | GND |
| B3 | Output |
| C3 | Output |
| D3 | Connected |
| E3 | Fail |
| A4 | SIGNAL1 |
| B4 | Input |
| C4 | Input |
| D4 | Connected |
| E4 | Fail |
| A5 | SIGNAL2 |
| B5 | Output |
| C5 | Input |
| D5 | Not Connected |
| E5 | Fail |
