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

leIsRefPointActive

leIsRefPointActive( 
d_cellViewId 
) 
=> t / nil

Description

Checks whether the cellview d_cellViewId contains an active reference point.

Arguments

d_cellViewId

The database ID of the cellview containing the reference point.

Value Returned

t

The reference point is active for cellview d_cellViewId.

nil

The reference point is not active for cellview d_cellViewId.

Example

Returns t if the reference point is active in the cellview cell2.

leIsRefPointActive( cell2 )


Return to top
 ⠀
X