axlWriteMonteCarloResultsCSV
axlWriteMonteCarloResultsCSVt_session t_historyName[?testNamet_testName][?cornerNamet_cornerName] [?outputNamet_outputPath] ) => t / nil
Description
Writes the results of the given Monte Carlo run history in CSV format. The tool saves the results for each corner in a separate CSV file.
Arguments
Value Returned
|
The results of the given Monte Carlo run history are written in CSV format. |
||
|
The results of the given Monte Carlo run history are not written in CSV format. |
||
Examples
Writes the results of the given Monte Carlo run history in CSV format.
session = axlGetWindowSession()
=> "session0"
axlWriteMonteCarloResultsCSV("session0" "MonteCarlo.1" ?testName "AC" ?cornerName "C1" ?outputPath "/tmp/csvfiles/")
=> t
Return to top