lxDeleteSchematicDummies
lxDeleteSchematicDummies( [ ?schCVd_schCellViewID] [ ?layCVd_layCellViewID] [ ?layInstsl_insts] [ ?useMFactor { t | nil } ] ) => t / nil
Description
Deletes bound back annotated schematic instances for the specified dummy layout instances. For mfactored layout devices that have all the layout dummies included in the layout selected set, the SKILL function deletes the schematic dummy instances corresponding to the layout dummies. If all the layout dummy instances of the mfactored device are not included in the selected set, the SKILL function decrements the mfactor to reflect the removal of the selected dummies.
Arguments
Value Returned
|
Back annotated schematic dummy instances bound to the specified layout instances are deleted. |
|
Example
lxDeleteSchematicDummies(?layInsts geGetSelectedSet() ?useMFactor t)
Decrements the schematic dummies bound to dummies in the layout selected set of instances in the current layout cellview. If all the layout dummies of an mfactor are selected, the schematic dummy is deleted.
Return to top