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

leLSWGetBlockageSelectable

leLSWGetBlockageSelectable( 
t_blockageTypeName 
t_layerName 
) 
=> t / nil

Description

Indicates whether a layer blockage is selectable.

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 selectable.

nil

The blockage is not selectable.

Example

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

leLSWGetBlockageSelectable("Routing" "metal1")


Return to top
 ⠀
X