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

nclRunConstraintValidation

nclRunConstraintValidation(
d_cellviewID
)
=> t

Description

Validates the constraints supported by constraint-aware editing mode in the specified cellview.

Arguments

d_cellviewID

Database ID of the cellview for which constraints are to be validated.

Value Returned

t

Constraint validation was successful.

nil

Constraint validation was unsuccessful.

Example

cv = dbFindOpenCellView()
nclRunConstraintValidation(cv)

Validates the constraints in the cellview returned by the dbFindOpenCellView function.


Return to top
 ⠀
X