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

maeConvertViewForSeparateHistoryManagement

maeConvertViewForSeparateHistoryManagement(
t_libName
t_cellName
t_viewName
[ ?newLib t_newLibName ]
[ ?newCell t_newCellName ]
[ ?newView t_newViewName ]
[ ?overwrite g_overwrite ]
)
=> t / nil

Description

Converts the maestro views in which history setup is integrated with the main setup database to an enhanced format in which separate history management is enabled.

Arguments

t_libName

Name of the library.

t_cellName

Name of the cell.

t_viewName

Name of the maestro cellview.

?newView t_newLibName

Name of the library in which the converted cellview is to be saved.

?newCell t_newCellName

Name of the cell in which the converted cellview is to be saved.

?newView t_newViewName

Name to be used for the converted maestro cellview.

?overwrite g_overwrite

A Boolean value specifying whether to overwrite t_viewName with the converted cellview.

Value Returned

t

The cellview is converted.

nil

The cellview is not converted.

Examples

Converts the maestro view solution/ampTest/maestro to an enhanced format in which separate history management is enabled.

maeConvertViewForSeparateHistoryManagement("solutions" "ampTest" "maestro" ?newView "maestro_new")
=> t

Return to top
 ⠀
X