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 | |
Schematic net segment, bus segment, or pin.
Definition at line 549 of file storage.py.
| def xorn.storage.Net.__init__ | ( | self | ) |
Definition at line 550 of file storage.py.
| 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.
1.8.8