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

asiGetDesignVarList

asiGetDesignVarList( 
o_session 
) 
=> l_designVarList / nil

Description

Gets the list of design variables for the design associated with the session you specify.

Argument

o_session

Simulation session object.

Value Returned

l_designVarList

Returns the list of design variables.

nil

There are no design variables associated with the specified session.

Examples

designVarList = asiGetDesignVarList( session )

Returns the list of design variables in designVarList.


Return to top
 ⠀
X