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

maeOpenLogViewer

maeOpenLogViewer(
[ t_dbFilePath ]
)
=> t / nil

Description

Opens the Log Viewer window, where you can view the messages loaded from a database.

Arguments

t_dbFilePath

Path to the database file in which messages are saved.

Value Returned

t

The Log Viewer window was opened.

nil

The command was unsuccessful.

Examples

The following example code opens the Log Viewer window and loads the given database:

maeOpenLogViewer("/home/example/Interactive.0.msg.db")
=> t

Return to top
 ⠀
X