Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbParseTermNetExpr

dbParseTermNetExpr( 
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.

Argument

t_netExpression

The inherited net expression that gets attached to a terminal.

Value Returned

t_searchScope

Search scope.

t_propName

Property name to be used in searching.

t_formatString

Format string.

t_defaultNetName

Default net name.

nil

The given inherited net expression is of illegal syntax.

Examples

list("@" "vdd" "%" "vdd!")

Given the net expression found in the schematic view of the cell inv, [@vdd:%:vdd!], this function returns

Related Topics

Inherited Connections Functions

Net and Terminal Name Syntax

Instance Name Syntax

Return to top
 ⠀
X