Inheritance diagram for oaOpPoint:
Public Methods | |
void | destroy () |
void | setProcess (oaFloat process) |
void | setVoltage (oaFloat voltage) |
void | setTemperature (oaFloat temperature) |
void | getName (oaString &name) const |
oaFloat | getProcess () const |
oaFloat | getVoltage () const |
oaFloat | getTemperature () const |
oaCollection< oaOpPointHeader, oaOpPoint > | getUsedIn () const |
Static Public Methods | |
oaOpPoint * | create (oaAnalysisLib *analysisLib, const oaString &name, oaFloat process, oaFloat voltage, oaFloat temperature) |
oaOpPoint * | find (const oaAnalysisLib *analysisLib, const oaString &name) |
Note: OpenAccess assumes PVT data is specified in terms of the following units:
Process is a dimensionless number that is undefined by OpenAccess.
The oaOpPoint class can be observed by deriving from oaObserver<oaOpPoint>.
|
This function creates an operating point object with the specified name, process, voltage, and temperature values. Note: OpenAccess assumes PVT data is specified in terms of the following units:
Process is a dimensionless number that is undefined by OpenAccess.
|
|
This function destroys this opPoint, removing it from the technology database. |
|
This function searches the technology database for an opPoint with the specified name that is associated with the specified analysisLib in that technology database. If found, a pointer to the opPoint object is returned. Otherwise, NULL is returned. |
|
This function gets the name of this opPoint. |
|
This function gets the process value of this opPoint. Note: OpenAccess assumes PVT data is specified in terms of the following units:
Process is a dimensionless number that is undefined by OpenAccess. |
|
This function gets the temperature value of this opPoint. Note: OpenAccess assumes PVT data is specified in terms of the following units:
Process is a dimensionless number that is undefined by OpenAccess. |
|
This function returns a collection of opPointHeaders in all designs that refer to this opPoint object. |
|
This function gets the voltage value of this opPoint. Note: OpenAccess assumes PVT data is specified in terms of the following units:
Process is a dimensionless number that is undefined by OpenAccess. |
|
This function sets the process value of this opPoint to the specified value. Note: OpenAccess assumes PVT data is specified in terms of the following units:
Process is a dimensionless number that is undefined by OpenAccess. |
|
This function sets the temperature value of this opPoint to the specified value. Note: OpenAccess assumes PVT data is specified in terms of the following units:
Process is a dimensionless number that is undefined by OpenAccess. |
|
This function sets the voltage value of this opPoint to the specified value. Note: OpenAccess assumes PVT data is specified in terms of the following units:
Process is a dimensionless number that is undefined by OpenAccess. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.