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

pteLoadConfig

pteLoadConfig(
t_configFilePath
[ w_windowId ]
) 
=> t / nil

Description

Loads the specified Palette configuration file. A Palette configuration file contains Palette-related information, such as the columns and toolbars to be displayed and their location.

Arguments

t_configFilePath

Path to the Palette configuration file that is to be loaded.

w_windowId

ID of the window containing the Palette that you want to update.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The Palette configuration file was loaded.

nil

The command was unsuccessful.

Examples

pteLoadConfig(".cadence/dfII/palette/palette.ini")
pteLoadConfig(".cadence/dfII/palette/palette.ini" window(2))

Return to top
 ⠀
X