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

dbSetTopologyNet

dbSetTopologyNet(
d_topologyId 
d_netId
)
=> t / nil 

Description

Changes the net associated with the specified topology. The net must be a single-bit net.

Arguments

d_topologyId

The topology ID whose net association must be changed.

d_netId

The net ID to be associated with the specified topology ID.

Value Returned

t

The net association of the topology was changed with the specified net ID.

nil

The net association of the topology was not changed with the specified net ID.

Examples

dbSetTopologyNet(top, netB)

Related Topics

Topology Pattern Database Access Functions

dbGetTopologyNet


Return to top
 ⠀
X