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.
Arguments
|
Specifies if the pins in library d_techFileId are selectable. |
|
Value Returned
|
The selectability of the pins is set to the specified value. |
|
|
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