netlist
A technical description of the connectivity of an electronic design.
netlist: circuit wiring in text form
A netlist is a text-based record of which components in a circuit or power system are connected to which, and how. It serves as the machine-readable blueprint of electrical connectivity, separate from physical layout or visual schematics. In power generation and distribution, a netlist defines bus connections, generator terminals, transformer windings, and transmission line endpoints. In electronics design, it captures which pins of which components are soldered together.
Netlists exist in several standard formats. SPICE netlists, named after the circuit simulator, use a line-per-connection syntax with node names and component references. For power systems, the Common Information Model (CIM) expresses topology in XML. Design tools like CAD programs export proprietary formats, but must also output industry-standard representations so other software can read and simulate the design. The netlist is what moves between schematic capture, layout, fabrication data, and simulation tools.
Why netlists matter to operations and troubleshooting
In utilities and industrial plants, the netlist is your authority for what connects where. It answers questions: does this bus connect to both transformers or one? Is that feeder live during maintenance isolation? What path does fault current take through the switchyard? A discrepancy between the netlist and physical reality is dangerous; deferred updates after field modifications create blind spots for relay engineers and field technicians. Many protection coordination problems trace to netlist errors, not hardware faults.
Netlists also drive simulation software used for load flow, fault studies, and stability analysis. Bad connectivity in the netlist produces useless, even misleading results. Validation is therefore critical: automated checks catch floating nodes (components with no path), reverse connections, and missing components that would run but produce phantom circuits.
The term "netlist" comes from its origin in circuit simulation; "net" means an electrical node or conductor, and "list" is its literal structure. Though born in electronics, the term has spread through power systems engineering because the need is identical: a canonical, auditable, machine-processable record of topology that survives beyond the engineer who drew it.