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
Arguments
Value Returned
|
The layer set was saved as a synchronized layer set in the specified layer set repository. |
|
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