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

dbCreateStrap

dbCreateStrap(
t_name 
d_topologyId 
)
=> d_strapId / nil 

Description

Creates a strap pattern with the given name on the specified topology.

Arguments

t_name

The name of the new strap pattern.

d_topologyId

The topology ID to which the strap pattern must belong.

Value Returned

d_strapId

The ID of the new strap pattern.

nil

The strap pattern creation failed.

Examples

dbCreateStrap("strap1" top)

Related Topics

Topology Pattern Database Access Functions

dbDeleteStrap


Return to top
 ⠀
X