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

dbCreateTermNetExpr

dbCreateTermNetExpr( 
d_termId 
t_netExpression 
) 
=> t / nil

Description

Given an inherited net expression in t_netExpression and a term ID, in d_termId, this function attaches the inherited net expression to the given terminal and adds the terminal to the set of terminals having inherited net expressions.

Arguments

d_termId

Specifies a terminal that has the inherited net expression attached to it.

t_netExpression

Specifies the inherited net expression that attaches itself to the terminal.

Value Returned

t

The operation is successful.

nil

The given terminal does not exist, the given net expression is of illegal syntax, or if the terminal already has an inherited net expression associated with it.

Related Topics

Inherited Connections Functions

Net and Terminal Name Syntax

Instance Name Syntax


Return to top
 ⠀
X