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

pteLoadGDSNumber

pteLoadGDSNumber(
t_gdsNumberLayermapFilePath
[ w_windowId ]
) 
=> t / nil

Description

Loads the GDS number layermap file from the specified location into the Palette.

Arguments

t_gdsNumberLayermapFilePath

Path to the GDS number layermap 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 GDS number layer map file was loaded.

nil

The command was unsuccessful.

Examples

pteLoadGDSNumber("./lib.layermap")
pteLoadGDSNumber("./lib.layermap" window(2))

Return to top
 ⠀
X