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

leSetInstSelectable

leSetInstSelectable( 
g_isSelectable 
[ d_techFileId ] 
) 
=> t / nil

Description

Sets the selectability of instances in the technology file specified by d_techFileId as specified by g_isSelectable. If d_techFileId is not specified, the current technology file is used.

In Palette mode, this SKILL API will work only for the current active window.

Arguments

g_isSelectable

Specifies if the instances are selectable.

Valid Values: t or nil

d_techFileId

The database ID of the technology file.

Value Returned

t

The selectability of the instances is set to the specified value.

nil

The selectability of the instances is not set to the specified value.

Example

Sets instances in myTechFile to be selectable and returns t.

leSetInstSelectable( t myTechFile ) 


Return to top
 ⠀
X