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

dbGetPerDesignAFCGName

dbGetPerDesignAFCGName(
d_cellViewid
)
=> t_cgName / nil

Description

Retrieves the alternateFoundry constraint group name for the specified cellview.

Arguments

d_cellViewid

Database ID of a cellview.

Value Returned

t_cgName

Name of the alternateFoundry constraint group name set on the specified cellview.

nil

The operation failed.

Examples

Retrieves myCGx as the alternateFoundry constraint group name set on the cellview cv.

dbGetPerDesignAFCGName(cv)
=> "myCGx"

Related Topics

usePerDesignAFCG

dbSetPerDesignAFCGName


Return to top
 ⠀
X