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

axlWriteMonteCarloResultsCSV

axlWriteMonteCarloResultsCSV
t_session
t_historyName
[ ?testName t_testName ]
[ ?cornerName t_cornerName ]
[ ?outputName t_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

t_session

Session name or the handle to the session

t_historyName

Name of the Monte Carlo history.

?testName t_testName

Name of the test for which the results are to be exported.

Default: nil, which means that the results for all the tests are exported.

?cornerName t_cornerName

Name of the corner for which the results are to be exported.

Default: nil, which means that the results for all the corners are exported.

?outputName t_outputPath

Path where the exported .csv files are to be saved.

Default: The directory of the cellview

Value Returned

t

The results of the given Monte Carlo run history are written in CSV format.

nil

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
 ⠀
X