Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCellViewHasLayerShifts

dbCellViewHasLayerShifts(
d_cellviewID
)
=> t / nil

Description

Returns a Boolean indicating whether there is layer shift information on any instance in the specified cellview.

Arguments

d_cellviewID

Specifies the cellview ID

Value Returned

t

Returns t if there is layer shift information on any instance in the specified cellview

nil

Returns nil if there is no layer shift information on any instance in the specified cellview

Example

hasShifts = dbCellViewHasLayerShifts(cvId)

Return to top
 ⠀
X