Inheritance diagram for oaPiElmore:
Public Methods | |
void | setNearCap (oaFloat value) |
void | setRes (oaFloat value) |
void | setFarCap (oaFloat value) |
void | setPiModel (oaFloat nearCap, oaFloat res, oaFloat farCap) |
oaFloat | getNearCap () const |
oaFloat | getRes () const |
oaFloat | getFarCap () const |
void | getPiModel (oaFloat &nearCap, oaFloat &res, oaFloat &farCap) const |
oaCollection< oaElmore, oaPiElmore > | getElmores () const |
Static Public Methods | |
oaPiElmore * | create (oaDesignObject *driver, const oaAnalysisPoint *ap, oaFloat nearCap, oaFloat res, oaFloat farCap) |
oaPiElmore * | find (const oaDesignObject *driver, const oaAnalysisPoint *ap) |
Undo is not supported for oaPiElmore objects.
|
This function creates a piElmore model for the specified driver object and analysis point. The driver can be terminal or instTerm in block or occurrence domain.
|
|
This function finds the piElmore on the specified driver and analysisPoint. If found it returns the object, otherwise it returns null pointer to the caller. |
|
This function returns a collection of elmores for the receivers in this reduced model. |
|
This function returns the value of the capacitor farthest from the driver in the PI model. |
|
This function returns the value of the capacitor closest to the driver in the PI model. |
|
This function returns the PI model values of this oaPiElmore. |
|
This function returns the value of the resistor in the PI model. |
|
This function sets the value of the capacitor farthest from the driver in the PI model. |
|
This function sets the value of the capacitor closest to the driver in the PI model. |
|
This function sets the PI model values for this oaPiElmore. |
|
This function sets the value of the resistor in the PI model. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.