Inheritance diagram for oaOccDesignInst:
Public Methods | |
oaDesign * | getMaster () const |
oaOccInstHeader * | getHeader () const |
void | getLibName (oaScalarName &libName) const |
void | getCellName (oaScalarName &cellName) const |
void | getViewName (oaScalarName &viewName) const |
void | getLibName (const oaNameSpace &ns, oaString &libName) const |
void | getCellName (const oaNameSpace &ns, oaString &cellName) const |
void | getViewName (const oaNameSpace &ns, oaString &viewName) const |
void | getParams (oaParamArray ¶ms) const |
oaBoolean | findParam (const oaString &name, oaParam ¶m) |
oaOccDesignInst objects are always in the occurrence domain.
|
This function searches the parameter list of this instance for a parameter with the specified name. If found, it fills out param with the appropriate attributes and returns true. Otherwise, the function returns false. Only Pcell instances have parameters.
|
|
This function returns the cell name for the master design referenced by this instance in the namespace specified.
|
|
This function returns the cell name for the master design referenced by this instance.
|
|
This function returns the occurrence instHeader associated with this instance. The instHeader is a collection of the attributes that are common to all instances of a particular master.
|
|
This function returns the library name for the master design referenced by this instance in the namespace specified.
|
|
This function returns the library name for the master design referenced by this instance.
|
|
This function attempts to return the master associated with this instance. If the instance is not previously bound, it attempts to open the master and bind this instance. If the instance cannot be bound, NULL is returned. |
|
This function fills out params with the parameters associated with this instHeader. This call only returns the non-default parameters that were specified during creation or through calls to setParams() on the instances. If this instHeader is not associated with a Pcell master or uses all default parameters, params will have a numParams of zero. |
|
This function returns the view name for the master design referenced by this instance in the namespace specified.
|
|
This function returns the view name for the master design referenced by this instance.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.