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
Value Returned
Example
Returns t if pins in myTechFile are selectable.
leIsPinSelectable( myTechFile )
Return to top