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

apHighlightDevices

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

Description

Highlights the selected types of devices in the layout. You can highlight dummy devices, active devices, or both.

Arguments

d_cellViewID

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

?dummy g_dummies

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

?active g_activeDevices

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

Value Returned

t

The specified devices were highlighted.

nil

The command was unsuccessful.

Examples

Highlights all dummy devices in the current cellview.

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

Related Topics

apUnhighlightDevices


Return to top
 ⠀
X