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

dbOpenParamCellView

dbOpenParamCellView(
t_libName 
t_cellName 
t_viewName 
[ l_params ]
)
=> d_cellView / nil

Description

Opens submaster cellview of the Pcell supermaster specified by the library, cell, and view names and the parameter values.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cellview.

t_viewName

Name of a view.

l_params

List of l_param, where l_param is list(t_propName t_propType g_value).
If parameter values are not specified, the default values are used.

Values Returned

d_cellView

Database ID of the cellview that is opened.

nil

The operation fails.

Examples

Opens submaster cellview of the Pcell supermaster in the symbol view of nand cell in the library basic with property name w (width), property type float, and value 2.0.

dbOpenParamCellView("basic" "nand" "symbol" list(list("w" "float" 2.0) list("l" "float" 5.0) t))

Return to top
 ⠀
X