axlToolSetOriginalSetupOptions
axlToolSetOriginalSetupOptions(t_sessiont_testl_toolOptions[?historyx_history] ) => t / nil
Description
Sets options to their original values for the tool instance associated with the specified session and test.
Arguments
|
Associative list of original option names and values for the tool instance. |
|
Value Returned
Examples
The following example sets options to their original values for tools open in session0.
axlToolSetOriginalSetupOptions( "session0" "delayTest" axlGetOrigTestToolArgs( 1031 ) )
=> t
Related Topics
Return to top