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

leSetPinSelectable

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

Description

Sets the selectability of pins 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 pins in library d_techFileId are selectable.
Valid Values: t or nil

d_techFileId

The database ID of the technology file.

Value Returned

t

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

nil

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

Example

Sets pins in myTechFile to be selectable and returns t.

leSetPinSelectable( t myTechFile )


Return to top
 ⠀
X