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

absDeleteBinMoveCellsTo

absDeleteBinMoveCellsTo(
name
{ Core | IO | Corner | Block | Ignore | user_bin_name }
)
=> t / nil

Description

Deletes a named user bin and moves any cells in that bin to another specified bin.

Arguments

name

Specifies the name of the user bin to be deleted.

{ Core | IO | Corner | Block | Ignore | user_bin_name }

Specifies the name of the bin into which any cells in the deleted bin are moved.

Value Returned

t

Indicates successful operation.

nil

Indicates an error.

Example

Deletes a user bin called userbin1 and moves any cells previously contained in it to the Core bin.

absDeleteBinMoveCellsTo "userbin1" "Core"

Related Topics

Deleting a User Bin in Abstract Generator


Return to top
 ⠀
X