dbCreateEdgePinGroupGuide
dbCreateEdgePinGroupGuide(d_cellViewId t_name) =>d_edgePinGroupGuideId/nil
Description
Creates an edge pin group guide with the specified name in the given cellview.
Arguments
|
The ID of the cellview in which the edge pin group guide is created. |
|
Value Returned
Example
dbCreateEdgePinGroupGuide(cv "epg")
=> db:0x13eaeb1b
Return to top