leLSWGetBlockageSelectable
leLSWGetBlockageSelectable(
t_blockageTypeName
t_layerName
)
=> t / nil
Description
Indicates whether a layer blockage is selectable.
Arguments
|
Any valid layer blockage type. Blockages can have the following types: "Routing", "Wiring", "Fill", "Slot", "Pin", "Feed", and "Screen". |
|
Value Returned
Example
Returns t if "metal1" routing blockage is selectable and nil if it is not.
leLSWGetBlockageSelectable("Routing" "metal1")
Return to top