pteSelect
pteSelect(t_rowPath t_panelName[w_windowId] ) => t / nil
Description
Selects the specified layer, object, or grid. An item selected previously is not deselected when you run the command again to select another item. This function works only if the Selection Mode is set to Multi Selection.
Arguments
Value Returned
Examples
pteSelect("Nwell drawing" "Layers")
pteSelect("Boundaries;Area Boundary" "Objects")
pteSelect("Boundaries;Area Boundary" "Objects")
pteSelect("Grids;Routing Grid;Metal1" "Grids" window(2))
Return to top