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

leUnmarkNet

leUnmarkNet( 
[ l_point ]
=> t / nil

Description

Deletes the highlighting of the marked nets in the current cellview. This function can delete the highlights of a particular net at the specified point (l_point). If no point is specified, the highlights of all the marked nets in current cellview are deleted.

Arguments

l_point

The highlights of the marked net that contains this point will be deleted.

Value Returned

t

The highlights of the marked nets have been deleted successfully.

nil

The highlight of the marked nets have not been deleted successfully.

Examples

leUnmarkNet('(5.23 3.6))
or
leUnmarkNet()

Return to top
 ⠀
X