lpDBGlobalSearchLibs
lp lpDBGlobalSearchLibs string { "LibName" }
Description
Sets the library list look-up order for enabling the power view creation in a different library if the parent library is not editable. This enables the power view creation and subsequent access of the cellview.
By default, no library name is specified. The parent library is the location for power view creation.
Else, the specified library name or a list of library names are considered as the location for power view creation.
GUI Equivalent
Examples
envGetVal("lp" "lpDBGlobalSearchLibs")
envSetVal("lp" "lpDBGlobalSearchLibs" 'string "DESIGN_LIB_LDO DESIGN_NEW_LIB_LDO")
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