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

dbAddFigToNet

dbAddFigToNet(
d_figId
d_netId
) 
=> t / nil 

Description

Assigns the given figure object to a specified net object. If the figure is already associated with a different net, the figure will be detached from that net before being assigned to the given net object.

Arguments

d_figId

The given figure object.

d_netId

The specified net object.

Value Returned

t

The figure object was assigned.

nil

The figure object was not assigned.

Example

When the SKILL command is successful, you can verify if the figure is added using

dbAddFigToNet(figId netId)

Where figId is a member of the returned list.

netId~>figs=>list(figs...)

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X