axlGetTestToolArgs
axlGetTestToolArgs(x_hsdb) =>l_toolOptions/ nil
Description
Returns an associative list of tool option names and values for a test.
Arguments
Value Returned
|
Associative list of tool option names and values for the test. |
|
Examples
The following example retrieves an associative list of tool option names and values for test with handle testh.
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
;; Get test args testh= axlGetTest( data_sdb "OpAmp1" ) axlGetTestToolArgs( testh ) '(("lib" "opamplib")
("cell" "ampTest")
("view" "schematic")
("sim" "spectre")
("path" "./artist_state")
("state" "tran_state")
)
Related Topics
Return to top