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

asiGetSimOptionNameList

asiGetSimOptionNameList( 
o_tool 
)
=> l_nameList

Description

Returns the list of simulator option names.

Arguments

o_tool

Simulation tool object

Value Returned

l_nameList

Returns a list of the names of the simulator options.

Examples

Loops through the simulator options and gets the corresponding values and sendMethods for those options.

foreach( name asiGetSimOptionNameList(session)
    value = asiGetSimOptionVal( session name)
    sendMethod = asiGetSimOptionSendMethod( session name)
    ; Refer to asiSendOptions for a more complete example.
)

Return to top
 ⠀
X