Presentation | AGDS | CIF | DTR | OPENCHAMS | SPICE | Links & Contact |
Public Member Functions | |
unsigned | getIndex () const |
returns the index of the port. | |
const std::string & | getOrientation () const |
returns the orientation of the port. | |
const std::string & | getType () const |
returns the type of the port. | |
double | getX () const |
returns the x coordinate of the port. | |
double | getY () const |
returns the y coordinate of the port. | |
Port (const std::string &type, unsigned idx, double x, double y, const std::string &orient) | |
creates a new port. More... | |
This class describes port.
A port is used by schematic to position the input/output ports of the circuit.
|
inline |
creates a new port.
type | the type of the port. |
idx | the index of the port (index of nets belonging to the same net must be different). |
x | the x coordinate of the port. |
y | the y coordinate of the port. |
orient | the orientation of the port. |
Generated by doxygen 1.8.14 on Thu Oct 18 2018 | Return to top of page |
VLSI SAPD Documentation | Copyright © 2010 - 2011 UPMC All rights reserved |