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

axlToolSetOriginalSetupOptions

axlToolSetOriginalSetupOptions( 
t_session 
t_test 
l_toolOptions 
[ ?history x_history ]
) 
=> t / nil 

Description

Sets options to their original values for the tool instance associated with the specified session and test.

Arguments

t_session

Session name.

t_test

Test name.

l_toolOptions

Associative list of original option names and values for the tool instance.
Valid Values for tool instance ADE:

  • Library name: lib t_libName
  • Cell name: cell t_cellName
  • View name: view t_viewName
  • Simulator name: sim t_simulator
  • State name: state t_stateName
  • Path to ADE state: path t_path

?history x_history

An integer representing the history entry.

Value Returned

t

Successful operation.

nil

Unsuccessful operation.

Examples

The following example sets options to their original values for tools open in session0.

axlToolSetOriginalSetupOptions( "session0" "delayTest" axlGetOrigTestToolArgs( 1031 ) )
=> t

Related Topics

axlGetOrigTestToolArgs

axlToolSetSetupOptions


Return to top
 ⠀
X