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

absGetBinOption

absGetBinOption(
bin
option
)
=> string

Description

Returns the value of a specified option in a given bin.

Arguments

bin

Specifies the name of the bin with which the option is associated. Valid values include Core, IO, Corner, Block, Ignore, and user_bin_name.

option

Specifies the option value to display. You can select from the following list:

Value Returned

string

Returns the value of the specified option.

Examples

Displays the name of the power pins in the Core bin.

absGetBinOption "Core" "PinsPowerNames"
=> ^((V(DD|CC))|(v(dd|cc)))(!)?$

Related Topics

Specifying Global Options in General Options form


Return to top
 ⠀
X