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

dbSetTopologyName

dbSetTopologyName(
d_topologyId 
t_name
)
=> t / nil 

Description

Sets the name of the specified topology ID.

Arguments

d_topologyId

The topology ID whose name must be changed.

t_name

The new name of the specified topology ID.

Value Returned

t

The specified new name was set for the specified topology ID.

nil

The specified new name was not set for the specified topology ID.

Examples

dbSetTopologyName(top, "newTopName")

Related Topics

Topology Pattern Database Access Functions

dbGetTopologyName


Return to top
 ⠀
X