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

dbCheckParamCell

dbCheckParamCell( 
d_cellViewId
) 
=> t / nil

Description

Checks if the specified cellview is a valid parameterized cell. If there was an error during the reading, binding, or evaluation of the specified cellview, a description of the error is returned.

Errors are returned by printing messages to CIW and by placing a string property named errorDesc in the subMasters that had evaluation issues. The value of the string property is the error message.

Arguments

d_cellViewId

The database cellview ID.

Value Returned

t

The specified cellview is a valid parameterized cell.

nil

The specified cellview is not a valid parameterized cell.

Examples

dbCheckParamCell(pcell)

Return to top
 ⠀
X