leLSWSetBlockageVisible
leLSWSetBlockageVisible(
t_blockageTypeName
t_layerName
g_status
)
=> t / nil
Description
Sets whether a layer blockage is visible or not. If the blockage is successfully set to visible the function returns t. If it is not set to visible the function returns nil.
Arguments
|
Any valid layer blockage type. Blockages can have the following types: " |
|
Value Returned
Example
Returns t if "metal1" routing blockage is successfully set to visible and nil if it is not.
leLSWSetBlockageVisible("Routing" "metal1" t)
Return to top