Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

listVariables

listVariables( 
t_pattern 
) 
=> l_variables

Description

Returns all variable names that match the given substring or regular expression as part or all of their print name.

This can be used for passing a list of variable names that match a given pattern to a function.

Arguments

t_pattern

Pattern to search for.

Value Returned

l_variables

All variable names that match the given t_pattern.

Examples

Traces the variables that match the pattern myVars.

apply( 'tracev listVariables( "myVars" ))

Related Topics

Debug Functions

listFunctions

rexCompile


Return to top
 ⠀
X