Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

d_figId

The database ID of the figure that is attached to the pin.

lt_accessDir

A string list which indicates one or more access directions for the specified pin.

Valid values:
list("left" "right" "bottom" "top")

Value Returned

t

The SKILL function was run successfully.

nil

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
 ⠀
X