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

Schematic net segment, bus segment, or pin. More...

Public Member Functions

def __init__
 

Public Attributes

 x
 
 y
 
 width
 
 height
 
 color
 
 is_bus
 
 is_pin
 
 is_inverted
 

Detailed Description

Schematic net segment, bus segment, or pin.

Definition at line 549 of file storage.py.

Constructor & Destructor Documentation

def xorn.storage.Net.__init__ (   self)

Definition at line 550 of file storage.py.

Member Data Documentation

xorn.storage.Net.color

Definition at line 555 of file storage.py.

xorn.storage.Net.height

Definition at line 554 of file storage.py.

xorn.storage.Net.is_bus

Definition at line 556 of file storage.py.

xorn.storage.Net.is_inverted

Definition at line 558 of file storage.py.

xorn.storage.Net.is_pin

Definition at line 557 of file storage.py.

xorn.storage.Net.width

Definition at line 553 of file storage.py.

xorn.storage.Net.x

Definition at line 551 of file storage.py.

xorn.storage.Net.y

Definition at line 552 of file storage.py.


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