dbIsSigInherited
dbIsSigInherited( d_sigId ) => t / nil
Description
Given a signal id in sigId, this function checks if there is an inherited net expression attached to it.
Arguments
Value Returned
|
An inherited net expression is found to be attached to the given signal. |
|
|
There is no inherited net expression attached to the signal, or the given signal cannot be found. |
Related Topics
Inherited Connections Functions
Return to top