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

dbGetPlaceRowVersion

dbGetPlaceRowVersion(
[d_cvId]
) 
=> n_version / nil

Description

Returns the version of the placement row infrastructure in the given design, or returns the software version if the cellview is not specified.

Arguments

d_cellviewId

Database ID of a cellview.

Value Returned

n_version

Version of the placement infrastructure used in the cellview or version of the software, when no cellview is specified.

nil

Returned in case of failure.

Examples

Returns the version of the placement row infrastructure in the cellview cv.

dbGetPlaceRowVersion(cv)

Returns the version of the software version.

dbGetPlaceRowVersion() 

Related Topics

Placement Database Access Functions


Return to top
 ⠀
X