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

dbMoveChildNet

dbMoveChildNet( 
d_childId 
d_parentId 
)
=> t / nil

Description

Moves a net to be the child of given parent net, both should be on same terminal.

Arguments

d_childId

The database ID of the net you want to be the child.

d_parentId

The database ID of the net you want to be the parent.

Value Returned

t

The net was successfully moved.

nil

An error occurred during execution.

Example

dbMoveChildNet(d_childId d_parentId)

Related Topics

Connectivity Access Functions


Return to top
 ⠀
X