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

absRenameBin

absRenameBin(
name
new_name
)
=> t / nil

Description

Renames a previously created user bin.

You cannot rename a system bin.

Arguments

name

Specifies the name of the user bin to be renamed.

new_name

Specifies the new bin name. Do not enter any spaces in the name.

Value Returned

0

Indicates an error.

1

Indicates successful operation.

Example

Renames the bin userbin1 to userbin2.

absRenameBin "userbin1" "userbin2"
=> t

Related Topics

Bin Preferences for Abstract Generation


Return to top
 ⠀
X