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