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

dbSetPinFigName

dbSetPinFigName(
d_pinId
t_pinName
)
=> t / nil

Description

Specifies the name for the given pin figure.

If there is an override value on the figure which is different from the value stored on the pin associated with the figure, the value is stored locally with the figure.

Arguments

d_pinId

The database ID of the figure attached to the pin specified by t_pinName.

t_pinName

The database ID of the pin.

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

dbSetPinFigName(figId "MyPin") t


Return to top
 ⠀
X