asiGetSimOptionNameList
asiGetSimOptionNameList(o_tool) =>l_nameList
Description
Returns the list of simulator option names.
Arguments
Value Returned
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