abeBlockagesFromCellView
abeBlockagesFromCellView(t_layerName o_outLayer g_queue[ ?maskColorg_maskColor] ) =>o_abeLayer/ nil
Description
Copies blockages from the specified layer in the current ABE session cellview to a new or existing ABE layer. Optional arguments restrict the copied blockages to the specified ABE layer. This function can be run immediately or added to the queue.
Arguments
Value Returned
|
ID of the new ABE layer to which the layer shapes were added. |
|
|
The function was not successful because ABE is not initialized or there was an argument error. |
Examples
The following example initializes the ABE engine with cv (cellview id), then calls abeBlockagesFromCellView to copy all the blockages, that belong to "Metal1", to the newly created ABE layer 'out1'.
abeInit(cv)
out1 = abeBlockagesFromCellView("Metal1")
Related Topics
Return to top