pteSetActiveLpp
pteSetActiveLpp(t_layerPurposeName[w_windowId] ) => t / nil
Description
Sets the specified layer-purpose pair as active. A layer that is not defined in the technology file is not displayed in the Palette, and an invalid layer cannot be set as active. Therefore, ensure that the specified layer is defined in the technology file and is valid.
Arguments
|
ID of the window in which the layer-purpose pair is to be set as active. |
|
Value Returned
Examples
pteSetActiveLpp("nwell drawing")
pteSetActiveLpp("oxide drawing" window(2))
Return to top