cphReplaceLibName
cphReplaceLibName(t_oldName t_newName?cfgLibt_libName[ ?cfgCellt_cellName] [ ?cfgViewt_viewName] ) => t / nil
Description
Enables update or repair of physConfig views after performing linux copy to copy the library files instead of using the Library Manager Copy Library option.
Arguments
|
Name of the library that contains the physConfigs to be updated. |
|
|
Name of the cell that contains the physConfig views to be updated. |
|
Value Returned
Examples
User copies the library called "cph" to "cphNew".
cp –R cph cphNew
User updates the cds.lib and launches Virtuoso. To refresh and reflect the edits made to cds.lib, the user refreshes or runs the SKILL function ddUpdateLibList(). After Virtuoso is refreshed, the user can run cphReplaceLibName to find all the physConfigs in library "cphNew" and replace any library named "cph" with "cphNew".
cphReplaceLibName("cph" "cphNew" ?cfgLib "cphNew")
Return to top