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
|
List of l_param, where l_param is list(t_propName t_propType g_value). |
Values Returned
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