KiCad PCB EDA Suite
Loading...
Searching...
No Matches
netlist.h File Reference

Go to the source code of this file.

Macros

#define NETLIST_HEAD_STRING   "EESchema Netlist Version 1.1"
 
#define MAXPIN   5000
 

Enumerations

enum  NETLIST_TYPE_ID {
  NET_TYPE_UNINIT = 0 , NET_TYPE_BOM , NET_TYPE_PCBNEW , NET_TYPE_ORCADPCB2 ,
  NET_TYPE_CADSTAR , NET_TYPE_SPICE , NET_TYPE_SPICE_MODEL , NET_TYPE_ALLEGRO ,
  NET_TYPE_PADS , NET_TYPE_CUSTOM1
}
 netlist types More...
 

Macro Definition Documentation

◆ MAXPIN

#define MAXPIN   5000

Definition at line 57 of file netlist.h.

◆ NETLIST_HEAD_STRING

#define NETLIST_HEAD_STRING   "EESchema Netlist Version 1.1"

Definition at line 54 of file netlist.h.

Enumeration Type Documentation

◆ NETLIST_TYPE_ID

netlist types

Enumerator
NET_TYPE_UNINIT 
NET_TYPE_BOM 
NET_TYPE_PCBNEW 
NET_TYPE_ORCADPCB2 
NET_TYPE_CADSTAR 
NET_TYPE_SPICE 
NET_TYPE_SPICE_MODEL 
NET_TYPE_ALLEGRO 
NET_TYPE_PADS 
NET_TYPE_CUSTOM1 

Definition at line 35 of file netlist.h.