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

maeMigrateADEXLToMaestro

maeMigrateADEXLToMaestro(
t_stateLib
t_stateCell
t_stateName
[ ?maestroLib t_maestroLib ]
[ ?maestroCell  t_maestroCell ]
[ ?maestroView t_maestroView ]
[ ?overwrite g_overwrite ]
[ ?skipHistory g_skipHistory ]
)
=> t / nil

Description

Migrates the given ADE XL view to a new maestro cellview that can be opened in ADE Assembler.

Arguments

t_stateLib

Name of the library for the ADE XL view.

t_stateCell

Name of the cell for the ADE XL view.

t_stateName

Name of ADE XL cellview.

?maestroLib t_maestroLib

Name of the library to which the new maestro cellview is to be saved.

If not specified, the value given for t_stateLib is used. You can specify any other library name. If the given library does not exist, a library is created with that name.

?maestroCell t_maestroCell

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

If not specified, the value specified for t_stateCell is used.

?maestroView t_maestroView

Name of the maestro cellview to be created.

The default value is "maestro".

?overwrite g_overwrite

Boolean value that specifies whether or not to overwrite an existing maestro view with the same name as that specified by the ?maestroView argument.

  • t: Overwrites an existing maestro view with the same name as that specified by the ?maestroView argument. This is the default.
  • nil: The cellview is not migrated if an existing maestro cellview is found with the same name.

?skipHistory g_skipHistory

Boolean value that specifies whether or not to skip histories while copying data from the adexl cellview into the new maestro cellview.

  • t: Skips histories while copying data from the adexl cellview into the new maestro cellview..
  • nil: Histories are copied from the adexl cellview into the new maestro cellview. This is the default.

Value Returned

t

The ADE XL view is migrated to a new maestro view.

nil

Unable to migrate the given ADE XL view to a new maestro cellview

Examples

Migrates the adexl cellview to a new cellview named maestro.

maeMigrateADEXLToMaestro("solutions" "ampTest" "adexl")
=> t

Return to top
 ⠀
X