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

pteSaveConfig

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

Description

Saves the Palette configuration information in the specified file. This includes information about the Palette settings, such as the columns and toolbars currently displayed in the Palette.

Arguments

t_configFilePath

Path to the location where you want to save the Palette configuration file.

g_overwrite

If set to t, any existing configuration 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 Palette configuration information was saved.

nil

The command was unsuccessful.

Examples

pteSaveConfig(".cadence/dfII/palette/palette.ini")
pteSaveConfig(".cadence/dfII/palette/palette.ini" t)
pteSaveConfig(".cadence/dfII/palette/palette.ini" t window(2))

Return to top
 ⠀
X