schHiCloneSymbol
schHiCloneSymbol( [ ?libraryNamet_libraryName] [ ?cellNamet_cellName] [ ?viewNamet_viewName] ) => t
Description
Copies graphics from an existing symbol library into the symbol design you are currently editing. Usable only when editing symbols. If you do not specify any argument, the options form appears and prompts you for the values of these fields.
Arguments
Value Returned
Examples
Clones the graphic of the nand2 symbol from the sample library and prompts you for a point to place it in your current symbol.
schHiCloneSymbol( ?libraryName "sample" ?cellName "nand2" ?viewName "symbol" )
Return to top