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
Value Returned
|
Version of the placement infrastructure used in the cellview or version of the software, when no cellview is specified. |
|
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