maeOpenSetup
maeOpenSetup(t_libName t_cellName t_viewName[?applicationt_applicationName] [?histNamet_historyName] [?modet_mode] ) =>t_sessionName/ nil
Description
Loads the given cellview and restores the setup details from the specified history. If no history name is specified, the active setup is loaded. If the specified view is already opened in the current Virtuoso session, it is not opened again. However, if the view is already open in some other Virtuoso session, it is opened in read mode in the current session. If the given cellview does not exist, the function creates a new cellview with the same name.
If you make changes after opening a setup, it is recommended to use the maeSaveSetup function to save those changes.
Arguments
Value Returned
Examples
Loads the active setup of solutions/amptest/maestro in append mode.
maeOpenSetup("solutions" "amptest" "maestro")
Loads the active setup of solutions/amptest/maestro in append mode in ADE Assembler.
maeOpenSetup("solutions" "amptest" "maestro" ?application "Assembler")
Loads the setup of the history Interactive.5 for solutions/amptest/maestro in append mode.
maeOpenSetup("solutions" "amptest" "maestro" ?histName "Interactive.5")
Loads the setup of Interactive.5 history for solutions/amptest/maestro in read-only mode.
maeOpenSetup("solutions" "amptest" "maestro" ?histname "Interactive.5" ?mode "r")
Related Topics
Return to top