cphReplaceViewName
cphReplaceViewName(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
Example
Copies a view for one location to a new location with a new name.
cp –R cph/nand/schematic cphNew/nand/sch
Finds all physConfigs in cell "cphNew/nand" and replaces any view called "schematic" with "sch" because ?cfgLib and ?cfgCell are specified.
cphReplaceViewName("schematic" "sch" ?cfgLib "cphNew" ?cfgCell "nand")
Finds the specified physConfig and replaces any view called "schematic" with "sch" because ?cfgLib, ?cfgCell and ?cfgView are specified.
cphReplaceViewName("schematic" "sch" ?cfgLib "cphNew" ?cfgCell "nand" ?cfgView "physConfig")
Return to top