maeRunLogDiagnostics
maeRunLogDiagnostics( [?sessiont_session] [?libt_libName] [?cellt_cellName] [?viewt_viewName] [?directoryt_directory] [?historyNamet_historyName] [?pointsl_points] [?testNamesl_testNames] [ ?checksl_checks] [?jobsx_jobs] [?tolerancex_tolerance] [?displayg_display] [?logt_log] ) =>x_ID/ nil
Description
Runs a list of checks on the log files for the specified history and generates the ADE Diagnostics report. Troubleshooting simulation errors using log files can be a difficult task because ADE Assembler saves multiple log files that are generated by different components of the LSCS architecture. The ADE diagnostics reports provides a detailed analysis of such errors and helps in debugging.
Arguments
|
Library name for the maestro cellview associated to the specified history. |
||
|
Cell name for the maestro cellview associated to the specified history. |
||
|
View name for the maestro cellview associated to the specified history. |
||
|
Name of the directory exported by the Log packer window that contains all the logs for the specified history. If all of the following arguments are specified, the precedence order is: |
||
|
Name of the history for which the ADE diagnostics report is to be generated. |
||
|
List of names of the tests for which the checks are to be run. |
||
|
List of checks or the categories of checks to be run for the generation of the ADE Diagnostics report. By default, all checks are run.
For more information, see |
||
|
Number of threads to be used for processing. This argument can be used to speed up the analysis for larger simulation runs. |
||
|
Tolerance in miliseconds (ms). It is used when comparing timestamps to account for clock drift between hosts. |
||
|
When set to
Specifying the |
||
|
Name of the file where the output log for the diagnostics run is to be saved.
If not specified, the output is logged to the CIW or |
||
Value Returned
|
Returns a unique identifier for the diagnostics run. This ID is used with |
||
Examples
Displays the ADE diagnostics report in the web browser for the history Interactive.1 in the cellview Two_Stage_Opamp/Opamp/maestro.
maeRunLogDiagnostics(?lib "Two_Stage_Opamp" ?cell "OpAmp" ?view "maestro" ?historyName "Interactive.1" ?display t)
=> 1
Related Topics
Return to top