Xorn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Functions | Variables
xorn.geda.netlist.pp_netattrib Namespace Reference

Post-processing: Artificial pins. More...

Functions

def strtok
 Split a string into non-empty parts separated by a set of delimiters. More...
 
def postproc_blueprints
 

Variables

string NET_ATTRIB_DELIMITERS = ',; '
 Characters used to separate the pin numbers in a "net=" attribute. More...
 

Detailed Description

Post-processing: Artificial pins.

Function Documentation

def xorn.geda.netlist.pp_netattrib.postproc_blueprints (   netlist)

Definition at line 44 of file pp_netattrib.py.

def xorn.geda.netlist.pp_netattrib.strtok (   s,
  delim 
)

Split a string into non-empty parts separated by a set of delimiters.

Definition at line 32 of file pp_netattrib.py.

Variable Documentation

string xorn.geda.netlist.pp_netattrib.NET_ATTRIB_DELIMITERS = ',; '

Characters used to separate the pin numbers in a "net=" attribute.

Definition at line 28 of file pp_netattrib.py.