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

drdRuleIDItemClicked

drdRuleIDItemClicked(
t_ruleIDName
x_selectIndex
x_checkboxState
w_windowId
) 
=> t / nil

Description

Modifies the check box of the rule ID on the left panel and the corresponding rule group and rule type.

Arguments

t_ruleIDName

Name of the rule ID.

x_selectIndex

Value indicating the selection state; 0 for deselection and 1 for selection.

x_checkboxState

Value indicating the state of the check box.

w_windowId

The current window ID.

Value Returned

t

The command was successful.

nil

The command was unsuccessful.

Examples

drdRuleIDItemClicked("MOM.A.1_3D3V" 1 2 window(2))

Modifies the check box state to enabled for MOM.A.1_3D3V rule ID on the right panel. The associated rule group and rule type is modified to enabled or partial enabled state, depending on remaining number of disabled rule IDs associated with them.

drdRuleIDItemClicked("MOM.A.1_3D3V" 1 0 window(2))

Modifies the check box state to disabled for MOM.A.1_3D3V rule ID on the right panel. The associated rule group and rule type is also modified.


Return to top
 ⠀
X