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

Public Member Functions

def __init__
 
def graphical_objs_with_attrib_get_attrib
 Given an attribute and a wanted attribute, return all the given attribute of all the graphical objects connected to this net. More...
 
def merge_into
 
def error
 
def warn
 

Public Attributes

 netlist
 
 local_nets
 
 names
 
 namespace
 
 unmangled_name
 
 name
 
 unnamed_counter
 
 is_unconnected_pin
 
 component_pins
 
 connections
 
 sheets_and_net_blueprints
 
 graphical_component_pins
 

Detailed Description

Definition at line 26 of file net.py.

Constructor & Destructor Documentation

def xorn.geda.netlist.net.Net.__init__ (   self,
  netlist 
)

Definition at line 27 of file net.py.

Member Function Documentation

def xorn.geda.netlist.net.Net.error (   self,
  msg 
)

Definition at line 93 of file net.py.

def xorn.geda.netlist.net.Net.graphical_objs_with_attrib_get_attrib (   self,
  has_attrib_name,
  has_attrib_value,
  wanted_attrib 
)

Given an attribute and a wanted attribute, return all the given attribute of all the graphical objects connected to this net.

Definition at line 49 of file net.py.

def xorn.geda.netlist.net.Net.merge_into (   self,
  other 
)

Definition at line 69 of file net.py.

def xorn.geda.netlist.net.Net.warn (   self,
  msg 
)

Definition at line 97 of file net.py.

Member Data Documentation

xorn.geda.netlist.net.Net.component_pins

Definition at line 37 of file net.py.

xorn.geda.netlist.net.Net.connections

Definition at line 38 of file net.py.

xorn.geda.netlist.net.Net.graphical_component_pins

Definition at line 43 of file net.py.

xorn.geda.netlist.net.Net.is_unconnected_pin

Definition at line 35 of file net.py.

xorn.geda.netlist.net.Net.local_nets

Definition at line 29 of file net.py.

xorn.geda.netlist.net.Net.name

Definition at line 33 of file net.py.

xorn.geda.netlist.net.Net.names

Definition at line 30 of file net.py.

xorn.geda.netlist.net.Net.namespace

Definition at line 31 of file net.py.

xorn.geda.netlist.net.Net.netlist

Definition at line 28 of file net.py.

xorn.geda.netlist.net.Net.sheets_and_net_blueprints

Definition at line 40 of file net.py.

xorn.geda.netlist.net.Net.unmangled_name

Definition at line 32 of file net.py.

xorn.geda.netlist.net.Net.unnamed_counter

Definition at line 34 of file net.py.


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