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

pteSaveLSWInfo

pteSaveLSWInfo(
t_configFilePath
[ g_overwrite ]
[ w_windowId ]
)
=> t / nil

Description

Saves the current LSW Info file at the specified location. This file contains information about the state of the Palette. It does not store the color and lock information of layer-purpose pairs.

Arguments

t_configFilePath

Path to the location where you want to save the LSW Info file.

g_overwrite

If set to t, any existing LSW Info file with the same name is overwritten.

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 LSW Info file was saved.

nil

The command was unsuccessful.

Examples

pteSaveLSWInfo("./palette.info")
pteSaveLSWInfo("./palette.lsw" t)
pteSaveLSWInfo("./palette.file" t window(2))

Return to top
 ⠀
X