dbReplaceTermNetExpr
dbReplaceTermNetExpr( d_termId t_netExpression ) => t / nil
Description
Replaces any existing inherited net expression already associated with the terminal. If none exists, t_netExpression is attached to the given terminal and adds the terminal to the set of terminals having inherited net expressions.
Arguments
|
The inherited net expression that gets attached to a terminal. |
Value Returned
|
The inherited net expressions exists on the object and is successfully replaced or created. |
|
|
The given terminal cannot be found, or if the given inherited net expression is of illegal syntax. |
Related Topics
Inherited Connections Functions
Return to top