|
const std::string & | getBulk () |
| returns the name of the net connected to the transistor's bulk.
|
|
const std::string & | getDrain () |
| returns the name of the net connected to the transistor's drain.
|
|
const std::string & | getGate () |
| returns the name of the net connected to the transistor's gate.
|
|
const std::string & | getName () |
| returns the name of the transistor.
|
|
Parameters | getParameters () |
| returns the parameters of the instance.
|
|
const std::string & | getSource () |
| returns the name of the net connected to the transistor's source.
|
|
void | setBulk (const std::string &) |
| sets the net of the transistor's bulk. More...
|
|
void | setDrain (const std::string &) |
| sets the net of the transistor's drain. More...
|
|
void | setGate (const std::string &) |
| sets the net of the transistor's gate. More...
|
|
void | setName (const std::string &) |
| sets the transistor's name. More...
|
|
void | setSource (const std::string &) |
| sets the net of the transistor's source. More...
|
|
| Transistor (const std::string &, Instance *) |
| creates a new transistor. More...
|
|
This class describes a Transistor.
The transistor object is used to describe the inside of a Device. The goal is to explicit the connection between the transistor and the device's nets.