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

absCopyBinOptions

absCopyBinOptions(
from_bin { Core | IO | Corner | Block | Ignore | user_bin_name }
to_bin { Core | IO | Corner | Block | Ignore | user_bin_name }
)
=> t / nil

Description

Copies bin option settings from one bin to another.

Arguments

from_bin

Specifies the name of the bin from which to copy the option settings.

Valid values include Core, IO, Corner, Block, Ignore, and user_bin_name.

to_bin

Specifies the name of the bin to which the option settings are to be copied.

Value Returned

t

Indicates successful operation.

nil

Indicates an error. I

Example

Copies the option settings from the Core bin to the user bin called userbin1.

absCopyBinOptions "Core" "userbin1"
=> t

Related Topics

Copy Bin Options Form


Return to top
 ⠀
X