Inheritance diagram for oaAnalysisLib:
Public Methods | |
void | destroy () |
void | getName (oaString &name) const |
void | getFormat (oaString &format) const |
void | getFileName (oaScalarName &fileName) const |
void | getCellName (oaScalarName &cellName) const |
void | getViewName (oaScalarName &viewName) const |
void | setFormat (const oaString &format) |
void | setFileName (const oaScalarName &fileName) |
void | setCellName (const oaScalarName &cellName) |
void | setViewName (const oaScalarName &viewName) |
oaCollection< oaOpPoint, oaAnalysisLib > | getOpPoints () const |
Static Public Methods | |
oaAnalysisLib * | create (oaTech *tech, const oaString &name, const oaString &format, const oaScalarName *fileName, const oaScalarName *cellName=NULL, const oaScalarName *viewName=NULL) |
oaAnalysisLib * | find (const oaTech *tech, const oaString &name) |
oaAnalysisLib * | find (const oaTech *tech, const oaString &name, oaBoolean local) |
The oaAnalysisLib class can be observed by deriving from oaObserver<oaAnalysisLib>.
|
This function creates an oaAnalysisLib object with the specified name, format, fileName, and optional cellName and viewName.
|
|
This function destroys this oaAnalysisLib object, removing it from the technology database. |
|
This function searches for an analysisLib with the specified name. The local argument specifies whether (if true) to look only in the specified technology database or (if false) to look in the specified technology database and all of its referenced databases. If found, a pointer to the analysisLib object is returned, otherwise NULL is returned. Refer to Incremental Technology Databases in the Using Technology Databases section of the Programmers Guide for more information about referenced tech databases.
|
|
This function searches the specified technology database for an oaAnalysisLib object with the specified name. If the specified technology database references other technology databases, those are searched as well and the first matching analysis library is returned. To find an analysis library in the current technology database only, refer to the find function that accepts the local argument. If found, a pointer to the oaAnalysisLib object is returned. Otherwise, NULL is returned. Refer to Incremental Technology Databases in the Using Technology Databases section of the Programmers Guide for more information about referenced tech databases.
|
|
This function gets the cellName of this oaAnalysisLib object. An empty name is returned if the cellName of this oaAnalysisLib object is not set. |
|
This function gets the fileName of this oaAnalysisLib object. |
|
This function gets the format of this analysisLib object.
|
|
This function gets the name of this oaAnalysisLib object. |
|
This function returns a collection of operating points in this oaAnalysisLib object. |
|
This function gets the viewName of this oaAnalysisLib object. An empty name is returned if the viewName of this oaAnalysisLib object is not set. |
|
This function sets the cellName of this oaAnalysisLib object to the specified value. |
|
This function sets the fileName of this oaAnalysisLib object to the specified value. |
|
This function sets the format of this oaAnalysisLib object to the specified value. |
|
This function sets the viewName of this oaAnalysisLib object to the specified value. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.