dbSetPinFigAccessDirection
dbSetPinFigAccessDirection(d_pinFigId lt_accessDir) => t /nil
Description
Specifies the access direction for the given pin figure.
If there is an override value on the figure which is different from value stored on the pin associated with the figure, and the figure is the only figure of its pin then the pin~>accessDir is updated; otherwise, the value is stored locally with the figure.
Arguments
|
A string list which indicates one or more access directions for the specified pin. |
Value Returned
|
The SKILL function was not run successfully if the pin ID or figure IDs are invalid. |
Example
dbSetPinFigAccessDirection(figId list("left" "right")) t
Return to top