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
|
Specifies a signal that has the inherited net expression attached to it. |
|
|
Specifies the inherited net expression that gets attached to the signal. |
Value Returned
Related Topics
Inherited Connections Functions
Return to top