Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lxDeleteSynchronousCloneFamily

lxDeleteSynchronousCloneFamily(
[ cloneList ]
)
=> t / nil

Description

Deletes the specified family of synchronous clones. As a result, the member clones are desynchronized and they behave as basic groups.

Argument

cloneList

The cloneList can be:

  • A single synchronous clone
  • A list of synchronous clones
  • Nothing specified
Note:
  • When the function is run with no argument specified, the function is called on selected figures, such as, when calling lxDeleteSynchronousCloneFamily(geGetSelSet())
  • If the argument list contains a non-synchronous clone object, the object is ignored.

Value Returned

t

At least one synchronous clone family has been deleted.

nil

No clone families deleted.

Example

lxDeleteSynchronousCloneFamily (list (clone1 clone2))

Return to top
 ⠀
X