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

asiAddDesignVarList

asiAddDesignVarList( 
o_session
l_designVarList
)
=> l_newDesignVarList

Description

Adds a list of variables to the existing session design variable list.

Arguments

o_session

Simulation session object.

l_designVarList

List of design variables to add to the session design variable list.

Value Returned

l_newDesignVarList

Returns the new list of design variables.

Example

Creates a list of name value pairs to add to the list of design variables.

asiAddDesignVarList( session '(("rbias" "1k") ("ccap" "1n") ("area" "16u")))


Return to top
 ⠀
X