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

leClearAllMeasurement

leClearAllMeasurement( 
d_cellViewId ]
) 
=> t 

Description

Deletes all measurements in the specified cellview.

Arguments

d_cellViewId

The database ID of the cellview containing the instances you want to re-master.

Value Returned

t

The command is successful.

nil

The command is not successful.

Example

when(window = hiGetCurrentWindow()
  when(cellView = geGetEditCellView(window)
      leClearAllMeasurement(cellView)
  )
)

Return to top
 ⠀
X