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

pteLoadLSWInfo

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

Description

Loads the specified Layer Selection Window (LSW) information file into the Palette. The visibility and selectability settings stored in the LSW information file for layer-purpose pairs and objects are loaded into the Palette.

Arguments

t_configFilePath

Path to the LSW Info 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 LSW information file was loaded.

nil

The command was unsuccessful.

Examples

pteLoadLSWInfo("./palette.info")
pteLoadLSWInfo("./palette.lsw" window(2))

Return to top
 ⠀
X