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

dbDefineProc

dbDefineProc( 
d_cellView 
t_fileName 
) 
= t / nil

Description

Changes the cellview specified by the d_cellView to be a parameterized cell. The specified file name should be the name of a file containing un-encrypted SKILL code defining procedure pcGenCell. The cellview should have a hierarchical property named parameters, which should be a hierarchical property list containing the default values for the parameters.

Arguments

d_cellView

The cellview ID.

t_fileName

The file which contains unencrypted SKILL code defining procedure pcGenCell.

Values Returned

t

The cellview gets changed to a parameterized cell successfully.

nil

There is a severe error in the SKILL procedure or the property parameters are illegal.


Return to top
 ⠀
X