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

pteLoadFromTechFile

pteLoadFromTechFile(
[ w_windowId ]
) 
=> t / nil

Description

Loads the display context from the technology file into the Palette. A display context determines display properties such as visibility and selectability of layer-purpose pairs, objects, and grids.

Arguments

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 display context from the technology file was loaded into the Palette.

nil

The command was unsuccessful.

Examples

pteLoadFromTechFile()
pteLoadFromTechFile(window(2))

Return to top
 ⠀
X