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

tpaDeselect

tpaDeselect(
[ l_hierarchyName ]
)
=> t / nil

Description

Deselects the specified items on the Track Pattern Assistant.

Arguments

l_hierarchyName

List of hierarchy names of the item to be deselected. If l_hierarchyName is not specified, all items are deselected.

Value Returned

t

The specified items were deselected.

nil

The function was not successful.

Example

Deselects the specified items on the Track Pattern Assistant.

tpaDeselect(list("Metal2" "M2WSP")) => t | nil
tpaDeselect() => t

Return to top
 ⠀
X