Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

vcpfePlaceConstraintGroup

vcpfePlaceConstraintGroup(
d_cellViewID
)
=> s_constraintGroupName

Description

Returns the name of the constraint group that will be used when the placer is run on the specified cellview.

Arguments

d_cellViewID

Database ID of the cellview whose constraint group you want to identify.

Value Returned

s_constraintGroupName

  

The name of the constraint group in effect for the specified cellview.

Example

Returns the constraint group for the cellview currently being edited.

vcpfePlaceConstraintGroup( geGetEditCellView() )

Return to top
 ⠀
X