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

drdSelectSignOffRuleGroupItem

drdSelectSignOffRuleGroupItem(
t_ruleGroupName
x_selectIndex
w_windowId
) 
=> t / nil

Description

Selects the sign off rule group category on the left panel and displays the corresponding rule type or rule ID in the right panel.

Arguments

t_ruleGroupName

Name of the rule group.

x_selectIndex

Value indicating the selection state; 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

drdSelectSignOffRuleGroupItem("Area" 1 window(2))

Selects the area rule group on left panel and shows its respective rule types or rule IDs in the right panel.

drdSelectSignOffRuleGroupItem("ESD" 0 window(2))

De-selects the ESD rule group on the left panel.


Return to top
 ⠀
X