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

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

x_ID

ID of the diagnostics run for which the ADE diagnostics report is to be generated.

Value Returned

t_fileName

Name of the JSON file where the generated diagnostics report is saved.

nil

Indicates an error.

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

Debugging with ADE Diagnostics

maeRunLogDiagnostics


Return to top
 ⠀
X