Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

famGetSweepValues

famGetSweepValues( 
o_family
)
=> l_values

Description

Returns the values of the sweep variable of the family specified. The returned list is sorted in increasing order.

Arguments

o_family

A family name

Value Returned

l_values

A list of values of the sweep variable.

Examples

foreach( v famGetSweepValues( fam ) 
printf( "%L\n" v))

Return to top
 ⠀
X