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

dbSetTwigName

dbSetTwigName(
d_twigId 
t_name
)
=> t / nil 

Description

Sets the name of the specified twig pattern ID.

Arguments

d_twigId

The twig pattern ID whose name must be set.

t_name

The new name of the specified twig pattern ID.

Value Returned

t

The new name was set for the specified twig pattern ID.

nil

The new name was not set for the specified twig pattern ID.

Examples

dbSetTwigName(twig "newTwig")

Related Topics

Topology Pattern Database Access Functions

dbGetTwigName


Return to top
 ⠀
X