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

leHiClearMeasurement

leHiClearMeasurement(
[ w_windowId ]
)
=> t

Description

Clears the edit cellview measurement for the specified window. If windowId is not specified, the current window is used.

Arguments

w_windowId

ID of the window.

Value Returned

t

The command is successful.

Example

when(window = hiGetCurrentWindow()
   leHiClearMeasurement(window)
)

Return to top
 ⠀
X