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

dbGetGlobalGridOffsetReferenceType

dbGetGlobalGridOffsetReferenceType(
d_dbCellViewId
) 
=> t_referenceType

Description

(ICADVM20.1 Only) Returns the global grid offset reference. The value returned can either be origin or boundary.

Arguments

d_dbCellViewId

ID of the cellview used to obtain the global grid offset reference type.

Value Returned

t_referenceType

The value of the global grid offset reference type. Valid values: boundary or origin.

Example

Opens a cellview by using the dbOpenCellViewByType SKILL command that returns the cellview ID cv.

cv = dbOpenCellViewByType("design" "top" "layout")

Passes the cv to getGlobalGridOffsetReferenceType to obtain the global grid reference type.

dbGetGlobalGridOffsetReferenceType(cv)


Return to top
 ⠀
X