Xorn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
xorn.geda.netlist.instance.ComponentPin Class Reference

Pin on a component. More...

Public Member Functions

def __init__
 

Public Attributes

 component
 The component object to which this pin belongs. More...
 
 blueprint
 The blueprint Pin object of which this is an instance. More...
 
 local_net
 The LocalNet object to which this pin is connected. More...
 
 error
 
 warn
 

Detailed Description

Pin on a component.

One such object exists for every pin on a component in the netlist.

Definition at line 99 of file instance.py.

Constructor & Destructor Documentation

def xorn.geda.netlist.instance.ComponentPin.__init__ (   self,
  component,
  blueprint,
  local_net 
)

Definition at line 100 of file instance.py.

Member Data Documentation

xorn.geda.netlist.instance.ComponentPin.blueprint

The blueprint Pin object of which this is an instance.

None for an artificial pin created via the "net=" attribute.

Definition at line 107 of file instance.py.

xorn.geda.netlist.instance.ComponentPin.component

The component object to which this pin belongs.

Definition at line 102 of file instance.py.

xorn.geda.netlist.instance.ComponentPin.error

Definition at line 117 of file instance.py.

xorn.geda.netlist.instance.ComponentPin.local_net

The LocalNet object to which this pin is connected.

For real pins, this is just the net instance for the blueprint pin's net

Definition at line 115 of file instance.py.

xorn.geda.netlist.instance.ComponentPin.warn

Definition at line 118 of file instance.py.


The documentation for this class was generated from the following file: