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

dbSetPerDesignAFCGName

dbSetPerDesignAFCGName(
d_cellViewid
t_cgName
)
=> t / nil

Description

Sets the specified alternateFoundry constraint group name on the specified cellview. The function does not change the global alternateFoundry constraint group name.

Arguments

d_cellViewid

Database ID of a cellview.

t_cgName

Name of the constraint group to be set on the specified cellview.

Value Returned

t

The alternateFoundry constraint group name is set on the specified cellview.

nil

The operation failed.

Examples

The alternateFoundry constraint group name myCG is specified on the cellview cv.

dbSetPerDesignAFCGName(cv "myCG")
=> t

Related Topics

usePerDesignAFCG

dbGetPerDesignAFCGName


Return to top
 ⠀
X