lpDBGlobalSearchViews
lp lpDBGlobalSearchViews string { "power" }
Description
Sets the look-up order of the list of power view names for enabling the power view creation in a different library if the parent library is not editable. This enables the access of the power view created using lpDBGlobalSearchLibs, which is based on the power view name. The power view name is looked up in the same order for the power view creation in the library as defined in lpDBGlobalSearchLibs.
By default, power is specified as the power view name.
Else, the specified power view name or a list of power view names are considered as power views.
GUI Equivalent
Examples
envGetVal("lp" "lpDBGlobalSearchViews")
envSetVal("lp" "lpDBGlobalSearchLibs" 'string "pwr power")
This would enable the creation and opening of the power view of the cell in the libraries DESIGN_LIB_LDO or DESIGN_NEW_LIB_LDO. The order of look-up to create and access the power view is from DESIGN_LIB_LDO until DESIGN_NEW_LIB_LDO. If the library DESIGN_LIB_LDO is not editable, the power view is created and accessed from library DESIGN_NEW_LIB_LDO.
Related Topics
Return to top