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

leIsPinSelectable

leIsPinSelectable(
[ d_techFileId ]
) 
=> t / nil

Description

Checks whether the pins 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 pins in library d_techFileId are selectable.

nil

The pins in library d_techFileId are not selectable.

Example

Returns t if pins in myTechFile are selectable.

leIsPinSelectable( myTechFile )


Return to top
 ⠀
X