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

dbCreateSigNetExpr

dbCreateSigNetExpr( 
d_sigId 
t_netExpression 
)
=> t / nil

Description

Given an inherited net expression in t_netExpression and a signal id in d_sigId, this function attaches the inherited net expression to the given signal and adds the signal to the set of signals having inherited net expressions.

Arguments

d_sigId

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

t_netExpression

Specifies the inherited net expression that gets attached to the signal.

Value Returned

t

The inherited net expression is successfully attached to the signal.

nil

The given signal does not exist, the given net expression is of illegal syntax, or if the signal 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