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

pteSaveAsSynchronizedLayerSet

pteSaveAsSynchronizedLayerSet(
t_layerSetName
t_layerSetRepositoryPath
[ g_overwrite ]
[ w_windowId ]
)
=> t / nil

Description

Saves the layer set currently in use, as a synchronized layer set, with the specified name in the specified layer set repository. The newly saved layer set is set as active.

For information about synchronized layer sets, see Creating a Layer Set.

Arguments

t_layerSetName

Name with which the layer set is to be saved.

t_layerSetRepositoryPath

  

Path to the layer set repository in which you want to save the layer set.

g_overwrite

If set to t, any existing layer set file with the same name is overwritten.
Default value: t

w_windowId

ID of the window containing the Palette from which you want to save information.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The layer set was saved as a synchronized layer set in the specified layer set repository.

nil

The command was unsuccessful.

Examples

pteSaveAsSynchronizedLayerSet("meta2_syn" ".cadence")

Saves the layer set currently in use with the name meta2_syn.layerSet in the
./.cadence/dfII/layerSets/<technology library name> repository.

pteSaveAsSynchronizedLayerSet("meta2_syn" "/home/user01/.cadence")

Saves the layer set currently in use with the name meta2_syn.layerSet in the
/home/user01/.cadence/dfII/layerSets/<technology library name> repository.


Return to top
 ⠀
X