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

dbCreateInstTermByPosition

dbCreateInstTermByPosition(
d_netId
d_instId
x_position
)
=> d_instTermId / nil

Description

Creates an instTerm connecting to a terminal at the given position and to the specified master instance.

instTerms associated with an instance must either all connect by name/reference or all connected by position.

Arguments

d_netId

The database ID of the net to be used. nil can be specified.

d_instId

The instance ID of the master in which the terminal is to be connected.

x_position

The position of a terminal in the instance master.

Value Returned

d_instTermId

Returns t if the instTerm is successfully create based on the position.

nil

nil is be returned if the instance is using connected by name/reference.

Examples

Creates an instTerm for terminal at 0 position for the instance i1.

dbCreateInstTermByPosition(net i1 0)

Related Topics

Terminal Ordering Functions


Return to top
 ⠀
X