dbParseSigNetExpr
dbParseSigNetExpr(t_netExpression) =>t_searchScope t_propName t_formatString t_defaultNetName/ nil
Description
Parses the expression and returns the individual components of the expression that include the search scope, the property name to be used in searching, the format string, and the default net name.
Arguments
|
The inherited net expression that gets attached to a signal. |
Value Returned
Examples
Given the net expression found in the schematic view of the cell inv, [@vdd:%:vdd!], this function returns
list("@" "vdd" "%" "vdd!")
Related Topics
Inherited Connections Functions
Instance Name Syntax
Return to top