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

pteSaveLayerSetList

pteSaveLayerSetList(
[ w_windowId ]
)
=> t / nil

Description

Saves the list of layer sets displayed in the Layer Set Manager to a file named layerset.order. The order in which the layer sets are listed and the enable state of each layer set is also saved.

Arguments

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 sets listed in Layer Set manager were saved.

nil

The command was unsuccessful.

Examples

pteSaveLayerSetList()
pteSaveLayerSetList(window(2))

Return to top
 ⠀
X