dbIsBlockageColoringAllowed
dbIsBlockageColoringAllowed(
d_blockageId
)
=> t / nil
Description
Indicates whether the specified blockage is of a blockage type that can be colored. Only layer blockages can be colored.
This function does not check whether the layer associated with the blockage is colorable or not, as defined in the technology database.
Arguments
Value Returned
|
Returns |
Example
dbIsBlockageColoringAllowed( dbCreateLayerBlockage( cvId "M1" "routing" '((0 0) (100 0) (100 100)) ) ) => t
dbIsBlockageColoringAllowed( dbCreateAreaBlockage( cvId '((0 0) (100 0) (100 100)) ) ) => nil
Return to top