maeDisplayLogDiagnostics
maeDisplayLogDiagnostics(x_ID) =>t_fileName/ nil
Description
Displays the ADE diagnostics report for the diagnostics run associated with the specified ID. The diagnostics report is generated in the background without freezing the maestro session.
However, when this function is called, the maestro session freezes until the report is available. This report is then displayed in the web browser specified by the following environment variable.
envSetVal("ui" "webBrowser" 'string "browserName")
Arguments
|
ID of the diagnostics run for which the ADE diagnostics report is to be generated. |
||
Value Returned
|
Name of the JSON file where the generated diagnostics report is saved. |
||
Examples
Returns the name of the JSON file where the generated diagnostics report is saved.
report = maeRunLogDiagnostics(?lib "Two_Stage_Opamp" ?cell "OpAmp" ?view "maestro" ?historyName "Interactive.1")
maeDisplayLogDiagnostics(report)
=> Interactive.1_2023-04-21_13-35-58.json
Related Topics
Return to top