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
|
The inherited net expression that gets attached to a signal. |
Value Returned
|
The inherited net expression exists on the object and is successfully replaced or created. |
|
|
The given signal cannot be found, or the given inherited net expression is of illegal syntax. |
Related Topics
Inherited Connections Functions
Return to top