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

dbCreateTwig

dbCreateTwig(
t_name 
d_trunkId
)
=> d_twigId / nil 

Description

Creates a twig pattern on the specified trunk.

Arguments

t_name

The name of the new twig pattern.

d_trunkId

The trunk ID on which the twig pattern is created.

Value Returned

d_twigId

The ID of the new twig pattern.

nil

The twig pattern creation failed.

Examples

twig = dbCreateTwig("twig" trunk)

Related Topics

Topology Pattern Database Access Functions

dbDeleteTwig


Return to top
 ⠀
X