Inheritance diagram for oaGroundedNode:
Public Methods | |
void | setValue (const oaAnalysisPoint *ap, oaFloat value) |
oaFloat | getValue (const oaAnalysisPoint *ap) const |
Static Public Methods | |
oaGroundedNode * | create (oaParasiticNetwork *network) |
oaGroundedNode * | create (oaParasiticNetwork *network, oaUInt4 id) |
|
This function creates a grounded node belonging to the specified parasitic network. An explicit unique node ID 'id' is required to be specified. An exception will be thrown if the 'id' is the reserved oacInvalidNodeID value or if a node with the specified 'id' value already exists. The hasId() function will return true for nodes created with these functions and the getId() function will return the user-specified node id.
Reimplemented from oaNode. |
|
This function creates a grounded node belonging to the specified parasitic network. The node created does not have an ID associated with it. The hasId() function will return false for these nodes and the getId() function will return an oacInvalidNodeID value.
Reimplemented from oaNode. |
|
This function gets the capacitance value of this node for a particular analysis point. OpenAccess assumes capacitance data is specified in Farads
|
|
This function sets the capacitance value of this node for a particular analysis point. OpenAccess assumes capacitance data is specified in Farads
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.