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

maeExportSetupForExplorer

maeExportSetupForExplorer(
t_session
)
=> t / nil

Description

Displays the Save A Copy form in ADE Explorer, which you can use to save the current setup. It is a callback function.

Arguments

t_session

The current ADE Explorer session.

Value Returned

t

The Save A Copy form is displayed.

nil

The Save A Copy form is not displayed.

Examples

Displays the Save A Copy form in the currently active ADE Explorer session.

maeExportSetupForExplorer(session)
=> t

Return to top
 ⠀
X