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

Netlists for individual schematic files. More...

Classes

class  Component
 Component in a single schematic's netlist. More...
 
class  Net
 Visually connected net piece in a single schematic's netlist. More...
 
class  Pin
 Pin in a single schematic's netlist. More...
 
class  Schematic
 A netlist for a single schematic. More...
 

Functions

def traverse_net
 
def format_coord
 Format an integer coordinate for printing in an error message. More...
 

Detailed Description

Netlists for individual schematic files.

This module pre-processes a schematic as far as possible without knowing anything about the rest of the hierarchy.

Function Documentation

def xorn.geda.netlist.blueprint.format_coord (   coord)

Format an integer coordinate for printing in an error message.

Divides the coordinate value by 100 and returns it as a string, keeping as many decimal digits as necessary.

gEDA uses a coordinate space where two adjacent grid points have a distance of 100, so most coordinates are multiples of 100.

Definition at line 111 of file blueprint.py.

def xorn.geda.netlist.blueprint.traverse_net (   cmap,
  instance,
  netsY_by_instance,
  netY 
)

Definition at line 33 of file blueprint.py.