dbIsValidTermNetExpr
dbIsValidTermNetExpr( t_netExpression ) => t / nil
Description
Given an inherited net expression in t_netExpression associated with a terminal, this function checks whether its syntax is valid. This function does as much local checking as possible, but it does not detect whether the given default net name is global nor whether the evaluation of the property results in a valid net name.
Arguments
|
The inherited net expression that gets attached to a terminal. |
Value Returned
Examples
[@bulk:%:gnd!] is legal syntax.
[@bulk:%] is illegal because the required default net name is missing.
[&bulk:%:bulk!] is illegal because the & character is not a valid search scope designator.
Related Topics
Inherited Connections Functions
Instance Name Syntax
Return to top