dbSetInstHeaderMasterName
dbSetInstHeaderMasterName(d_instHeadert_libNamet_cellNamet_viewName) =>t/nil
Description
Sets the master of individual instance on the instHeader to the new master. All the instances are removed from the old instHeader and move to the new instHeader, which may exist or not. When an instHeader is empty, meaning it does not have any instance on this instHeader, the instHeader is removed and the ID is no longer valid.
Arguments
Value Returned
|
The library name/cell name/view name of the master is set successfully. |
|
|
The library name/cell name/view name of the master is not set successfully. |
Examples
dbSetInstHeaderMasterName(instH1 "basic" "nand2" "symbol")
Return to top