asiAddDesignVarList
asiAddDesignVarList(o_session l_designVarList) =>l_newDesignVarList
Description
Adds a list of variables to the existing session design variable list.
Arguments
|
List of design variables to add to the session design variable list. |
Value Returned
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