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

leIsInstSelectable

leIsInstSelectable(
[ d_techFileId ]
) 
=> t / nil

Description

Checks whether the instances in d_techFileId are selectable. If d_techFileId is not specified, the current technology file is used.

Arguments

d_techFileId

The database ID of the technology file to check.

Value Returned

t

The instances in d_techFileId are selectable.

nil

The instances in d_techFileId are not selectable.

Example

Returns t if instances in myTech are selectable.

leIsInstSelectable( myTech)


Return to top
 ⠀
X