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

leHiClearMeasurementInHier

leHiClearMeasurementInHier(
[ w_windowId ]
[ g_openAsEdit ]
)
=> t

Description

Clears the measurements in the hierarchy in the specified window. If windowId is not specified, the current window is used.

Arguments

w_windowId

ID of the window.

g_openAsEdit

Opens a cellview in edit mode to delete rulers. When set to nil, rulers are deleted without opening the cellview.

Value Returned

t

The command is successful.

Example

The following example deletes rulers in the current window without opening cellviews in edit mode.

leHiClearMeasurementInHier(hiGetCurrentWindow() nil)

Return to top
 ⠀
X