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

dbFixParamCell

dbFixParamCell( 
d_cellViewId
t_fileName
) 
=> t / nil

Description

Fixes the parameterized cell for which the reading, binding, or evaluation has failed, by re-defining it with a different SKILL procedure defined in t_fileName.

Arguments

d_cellViewId

The cellview for which the reading, binding, or evaluation has failed.

t_fileName

The source file that contains the SKILL procedure used in the re-definition.

Value Returned

t

The re-definition succeeded.

nil

The re-definition did not succeed or there was nothing to fix.

Examples

dbFixParamCell(pcell "newPcell.il")

Return to top
 ⠀
X