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

drdSelectLayerGroupItem

drdSelectLayerGroupItem(
t_layerCategoryName
x_selectIndex
w_windowId
) 
=> t / nil

Description

Selects the layer category in the Layer Category column and displays the corresponding layers in the Layer column on the Filters tab of the DRD Options form.

Arguments

t_layerCategoryName

Name of the layer category.

x_selectIndex

Value indicating the selection states of a layer category; 0 for deselection and 1 for selection.

w_windowId

The current window ID.

Value Returned

t

The command was successful.

nil

The command was unsuccessful.

Examples

drdSelectLayerGroupItem("Derived" 1 window(2))

It selects the Derived category in the Layer Category column and displays the corresponding layers in the Layer column.

drdSelectLayerGroupItem("Routing" 0 window(2))

It deselects the Routing category in the Layer Category column.


Return to top
 ⠀
X