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

leHiCreateMeasurement

leHiCreateMeasurement(
[ w_windowId ]
)
=> t / nil

Description

Starts the create measurement enter function in the edited cellview of 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.

nil

The command is not successful.

Example

when(window = hiGetCurrentWindow()
  leHiCreateMeasurement(window)
)

Return to top
 ⠀
X