dbCreateGuide
dbCreateGuide(d_cellviewId l_startPoint l_endPoint[t_startLayerName] [t_endLayerName] ) =>d_guideId/nil
Description
Creates a guide based on the specified parameters.
A guide is a design object that corresponds to the OpenAccess oaGuide object. It specifies a connection between two objects that are intended to be wired together. You can use guides when you know the branching of a wire into segments for each end point and/or the layer constraints, but before you know the detailed location of the wiring.
Guides qualify as route objects, so you can add guides to routes. Routing nets usually replaces guides with wires, or routes.
Arguments
|
Optional argument. The names of the layers in which the guide starts. |
|
|
Optional argument. The names of the layers in which the guide ends. |
Value Returned
|
When successful, returns the database ID of the created guide. |
|
Related Topics
Return to top