vfoSfOuterEdgeCornerContRemoval
vfoSfOuterEdgeCornerContRemoval(
(pcell vfoSfPCellClass)
)
=> t / nil
Description
Removes the ear-vertex and end-corner contacts from the corners of an FGR to ensure it is created with a smaller footprint. This is achieved by allowing specification of enclosure values lesser than the maximum value, but greater than the minimum value of the minOppExtension rule.
Arguments
Value Returned
|
The removal of contacts from the fluid guard ring corner was successful. |
|
|
The removal of contacts from the fluid guard ring corner was unsuccessful. |
Example
vfoSfOuterEdgeCornerContRemoval(pcell)
=> t
Return to top