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
Value Returned
Examples
dbCheckParamCell(pcell)
Return to top