vfpSbDefineObstruction
vfpSbDefineObstruction(l_PhysLCV t_obstructionType[?topOffsetn_topOffset] [?bottomOffsetn_BottomOffset] [?leftOffsetn_LeftOffset] [?rightOffsetn_RightOffset] [?layerNamet_layerName] ) => t / nil
Description
Creates placement, routing, or other obstructions based on the obstructionType argument. All conditions that are enforced for these obstructions through GUI-based flow are applicable here. For example, only one placement blockage would be applied per soft block. If a second placement blockage is applied through this API, a warning is issued. The latest applied placement blockage will not replace the existing placement blockage.
Arguments
Value Returned
Example
vfpSbDefineObstruction(list("design" "block1" "layout") "fill" ?leftOffset 20 ?rightOffset 30 ?bottomOffset 50 ?topOffset 2 ?layerName "metal2")
Return to top