dbDeleteSigNetExpr
dbDeleteSigNetExpr(
d_sigId
)
=> t / nil
Description
Given a signal IDin d_sigId, this function deletes any existing inherited net expression associated with this signal and removes it from the set of inherited signals.
Arguments
|
Database ID of a signal that has the inherited net expression attached to it. |
Values Return
|
The inherited net expression exists on the object and is successfully deleted. |
|
|
No inherited net expression belongs to the object, or if the given signal cannot be found. |
Related Topics
Inherited Connections Functions
Return to top