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

asiGetReservedWordList

asiGetReservedWordList( 
o_session 
)
=> l_list / nil

Description

Returns the simulator specific reserved keyword list. All the keywords specified by asiGetReservedWordList will be taken as keywords and not design variables. This process will ensure that the design parameters are not printed in the simulation control file under ‘parameters’ statement. By default, this function returns nil.

While adding a simulator in Analog Design environment, you need to overload the function asiGetReservedWordList . Otherwise it will return the default value.

Arguments

o_session

Simulation tool object

Value Returned

l_list

Returns the simulator specific keyword list.

nil

By default, this function returns nil.


Return to top
 ⠀
X