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

drdRuleTypeItemClicked

drdRuleTypeItemClicked(
t_ruleTypeName
x_selectIndex
x_checkboxState
w_windowId
) 
=> t / nil

Description

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

Arguments

t_ruleTypeName

Name of the rule type.

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

drdRuleTypeItemClicked("equalArea" 1 2 window(2))

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

drdRuleTypeItemClicked("equalArea" 1 0 window(2))

Modifies the check box state to disabled for equalArea rule type on the right panel and the associated rule group and rule ID is also modified.


Return to top
 ⠀
X