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

dbReplaceSigNetExpr

dbReplaceSigNetExpr( 
d_sigId 
t_netExpression 
)
=> t / nil

Description

Replaces any existing inherited net expression already associated with the signal. If none exists, t_netExpression is attached to the given signal and adds the signal to the set of signals having inherited net expressions.

Arguments

d_sigId

Database ID of a signal.

t_netExpression

The inherited net expression that gets attached to a signal.

Value Returned

t

The inherited net expression exists on the object and is successfully replaced or created.

nil

The given signal cannot be found, or the given inherited net expression is of illegal syntax.

Related Topics

Inherited Connections Functions

Net and Terminal Name Syntax

Instance Name Syntax


Return to top
 ⠀
X