cphSbDefineObstruction
cphSbDefineObstruction(g_cphId{g_sbId|l_physLCV}t_obstructionType [ ?topOffset n_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 is applied per soft block. If a second placement blockage is applied through this API, a warning is issued.
Arguments
Value Returned
Example
cphSbDefineObstruction(cphId sbId "routing" ?topOffset 10 ?bottomOffset 10 ?rightOffset 10 ?leftOffset 10 ?layerName "metal1")
Return to top