Based on Flux’s knowledge base guidance, an airwire is the visual indicator of an unrouted electrical connection in your PCB layout.
When you see an “airwire error” (DRC category design_rule_check_airwires), it means:
- There are nets defined in your schematic that haven’t yet been routed as copper traces on the board.
- You’ll see thin lines (airwires) between pads or pins that need a physical trace.
To resolve airwire errors:
- Switch to the PCB layout view.
- Route each airwire by drawing a trace between the connected pads (manually or via Auto-Layout).
- Re-run DRC to confirm that no unrouted nets remain.