Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leLSWGetBlockageVisible

leLSWGetBlockageVisible( 
t_blockageTypeName 
t_layerName 
) 
=> 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

t_blockageTypeName

Any valid layer blockage type. Blockages can have the following types: "Routing", "Wiring", "Fill", "Slot", "Pin", "Feed", and "Screen".

t_layerName

Any valid layer name. Example: metal1.

Value Returned

t

The blockage is visible.

nil

The blockage is not visible.

Example

Returns t if "metal1" routing blockage is visible and nil if it is not.

leLSWGetBlockageVisible("Routing" "metal1") 


Return to top
 ⠀
X