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

dbGetPinFigAccessDirection

dbGetPinFigAccessDirection(
d_figId
)
=> t_pinFigAccessDir / nil

Description

Returns the access direction for the specified pin figure.

If the access direction of the figure is equivalent to the access direction stored on the pin associated with figure, then a value is not stored on the figure and the returned value is retrieved from the pin.

Arguments

d_figId

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

Value Returned

t_pinFigAccessDir

A string list indicating the allowed access direction of the pin figure.

nil

The SKILL function was not run successfully if the pin ID or figure IDs are invalid.

Example

foreach( fig setof(shape geGetEditCellView()~>shapes shape~>pin != nil)     printf("Pin fig access direction: %L\n" dbGetPinFigAccessDirection(fig) 
)

Return to top
 ⠀
X