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

dbRenameNet

dbRenameNet(
d_netId
t_newNetName
)
=> t / nil

Description

This function changes the name of the net pointed by netId to the newNetName.

Arguments

d_netId

Specifies the ID of the net for which you want to change the name.

t_newNetName

Specifies the new name of the net.

Value Returned

t

Returns t if the new name is successfully changed.

nil

Returns nil if the new name cannot be changed.

Example

net = dbCreateNet(cv "net1")
dbRenameNet(net "newNet")

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X