dbCellViewAreLayerShiftsValid
dbCellViewAreLayerShiftsValid(
d_cellviewId
)
=> t / nil
Description
Returns a Boolean depending on whether the layer shift information on the instances in the specified cellview is synchronized with the layers and color information in the bound tech. This function is currently intended only for the advanced nodes release.
Layer shift information can become invalid if the cellview is not bound to a tech, or if the bound tech is modified after the layer shifts were specified on the instances. If the layer shift information is not valid, use the dbCellViewUpdateLayerShifts function to reset the layer shift information on the instances in the cellview.
Arguments
Value Returned
|
Returns |
|
|
Returns |
Example
if( !dbCellViewAreLayerShiftsValid(cvId)
dbCellViewUpdateLayerShifts(cvId)
)
Return to top