schHiMakeCell
schHiMakeCell(
[ ?cutArea n_cutArea ]
)
=> t
Description
Starts the schematic Make Cell command. Make Cell cuts out a rectangular region of the schematic, moving it into a new schematic cellview, and fills in the gap with a new hierarchical instance. The command adjusts the design hierarchy without changing the connectivity. You can define the rectangular area you wish to cut.
Arguments
Value Returned
Examples
Starts the Make Cell command in the current window, and prompts you to define an initial cut area before displaying the Make Cell form.
schHiMakeCell
Starts the Make Cell command in the current window and immediately displays the Make Cell form for cutting out the rectangle defined by the bounding box coordinates (5, 20) - (10, 25).
schHiMakeCell ?cutArea '((5 20) (10 25))
Return to top