Layout

PCB Layout

Bring in the routed board as your CAD tool wrote it, then work with the copper: zoom through it in 2D, turn it over in 3D, measure it against fab rules, light up the traces behind a requirement, and export the Gerbers, fab package, BOM and pick-and-place the board house needs. The copper stays exactly as your CAD tool laid it out; ATE·IQ reads and measures it, and never routes it.

A real Allegro board in the layout tab at 3x: copper pour, traces, plated holes and part designator labels
A real Allegro 17 board, read from its Fabmaster export, in the layout tab at 3×: the pour, every trace and plated hole, exactly as the export wrote them, with each part's designator labelled by ATE·IQ. No copper is redrawn.
01

Import the board as it was routed

A load board usually already exists somewhere: at a PCB vendor, in a legacy archive, or in the layout engineer's CAD tool. Pick the export from the Import menu, or let a synced repository bring it in, and the copper lands as drawn, with the importer that brought it recorded on the design.

FormatExtensionWhat comes in
Allegro Fabmaster .txt / .fab Pads, plated holes, vias, every etch line and arc, the outline, and copper pours drawn as cut with their voids. A native parser, no Cadence licence. See EDA Import & Export.
IPC-2581 .xml / .cvg Components, nets, layers and copper. Allegro's IPC-2581 exporter folds every artwork film it cannot map by name into the last copper layer; ATE·IQ rebuilds the real copper layer from the padstacks and component sides, and the import notes list what it set aside.
ODB++ .tgz The layer matrix, EDA data and per-layer features, with real copper.
Specctra DSN .dsn KiCad, Allegro and EAGLE dialects. Pads, traces, vias and drills; copper pours are not imported.
KiCad .kicad_pcb Picked up automatically from synced repositories.
Specctra SES .ses Round trip: export a DSN, route it in the router of your choice, and import the session back onto the same design.
Allegro Fabmaster IPC-2581 ODB++ .tgz Specctra DSN KiCad SES session vendor imports — copper verbatim circuit-json canonical model + provenance Gerber + drills fab package .zip BOM · PnP .csv KiCad · DSN IPC-2581 · PDF exports
Fig. 1 — Everything converges on one stored model, in the open circuit-json format. Imports never write a private format; exports never read one.

Because the schematic and the layout persist in the same model, the schematic view and the layout read the same list of nets, and every finding on the copper can be traced back to the export it measured.

02

Inspect it in 2D and 3D

Review the copper without a CAD seat. The layout tab draws every layer as the export wrote it; the 3D tab shows the board from preset views (top, bottom, front, sides and isometric) or in a free orbit, and downloads it as a glTF binary (GLB) that opens in any glTF viewer.

The whole Allegro board in the layout tab: outline, centre pour and connector pads
Fig. 2 — The whole board at fit, from the same Fabmaster file: the outline, the centre pour and the connector pads.
The same board in the 3D tab, top view
Fig. 3 — The same board in the 3D tab, top preset. Component bodies are synthesized boxes, and the viewer says so.

The board on this page is a real, CC0-licensed Allegro 17 export with 12 components, 23 nets and 68 pins. The checks that run on this same board, including the pin match against a tester pin map, are on Board Intelligence.

03

Measure the copper

Imported copper is measured, not assumed. Every finding names its rule and gives the measured value next to the threshold, so you can see how far off it is.

Trace width per net class

Supply rails and signal nets, each checked against its own minimum width.

Pad-to-trace clearance

The spacing between copper on different nets, on the same layer.

Annular ring

The copper left around every plated hole and via.

Electrical faults are errors, not warnings: copper of two nets touching on the same layer, a foreign net's trace running through a pad, or a via with no copper contact. A board that is shorted as drawn cannot read as clean. A net with connections but no routed copper is flagged too. As an optional second opinion, where KiCad is installed the board is checked by KiCad's own DRC using ATE·IQ's thresholds, reported separately from ATE·IQ's findings. The full set of board checks is on Board Intelligence.

Geometric DRC findings on the Allegro board: traces measured at 0.127 mm against a 0.1524 mm minimum, each naming its rule
Fig. 4 — Rows from the Checks card on the same board: traces on the VEXT net measured at 0.127 mm against the 0.1524 mm generic fab minimum, one finding per trace, each naming its rule. The first row is an advisory, and says so.
04

Follow a requirement onto its copper

The layout binding reconciles the schematic with the routed copper mechanically: same inputs, same answer. That makes the layout more than a picture. Pick a requirement in the layout tab and the traces of its nets are recoloured in the same render, following the chain from requirement to test to net to copper. Tester-side series-termination and Kelvin nets are included when they follow the usual suffix naming (_T, _FORCE, _SENSE). The same chain feeds the traceability dashboard.

05

Board exports and the fab-readiness gate

Hand the board on in the format the next person needs, from the export menu on the design page. Every export reads the same stored model.

ExportContentsGate
Gerber + ExcellonCopper layers plus drill files.fab readiness
Fab packageOne zip: copper, drills, BOM, pick-and-place, and a readiness README stating what the package contains and what it does not.fab readiness
Pick-and-placePlacement CSV for assembly.fab readiness
BOMGrouped bill of materials CSV.
KiCad projectSchematic, board and project files.
Specctra DSNRoutable netlist; round-trips back through Import SES.
IPC-2581 Rev CConnectivity.
3D modelThe board as a GLB file, from the 3D tab.
circuit-jsonThe stored model itself, as a .circuit.json file.
Schematic PDFEvery sheet, one per page, saved as PDF from the browser.

Fabrication outputs sit behind a readiness gate. A design with no board geometry cannot produce Gerbers that mean anything, so ATE·IQ refuses those exports with the reason stated instead of emitting empty files, and the export menu warns you before you click.

Boundaries Layout authority stays with the tool that drew the board: ATE·IQ imports vendor geometry as exported, never re-routes it and is not an autorouter, which is why the DSN-to-SES round trip exists. 3D component bodies are synthesized boxes, not vendor models. DRC thresholds default to generic fab minimums, and the KiCad second opinion needs KiCad installed. Passing the readiness gate means the design has board geometry, not that it is ready to fabricate: the Gerber writer emits the outer copper layers, and the package README names any inner layers left out. The IPC-2581 export carries connectivity only. The requirement highlight is described here, not shown on a vendor board.