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

apUnhighlightDevices

apUnhighlightDevices(
d_cellViewID
[ ?dummy g_dummies ]
[ ?active g_activeDevices ]
)
=> t / nil

Description

Unhighlights the selected types of devices in the layout. You can unhighlight dummy devices, active devices, or both.

Arguments

d_cellViewID

Database ID for the cellview in which devices are to be unhighlighted.

?dummy g_dummies

Specifies whether dummy devices are to be unhighlighted in the layout.

?active g_activeDevices

Specifies whether active devices are to be unhighlighted in the layout.

Value Returned

t

The specified devices were unhighlighted.

nil

The command was unsuccessful.

Examples

Unhighlights all dummy devices in the current cellview.

cv = geGetEditCellView()
apUnhighlightDevices(cv ?dummy t ?active nil)

Related Topics

apHighlightDevices


Return to top
 ⠀
X