absSetBinOption
absSetBinOption(
bin
option
value
)
=> t / nil
Description
Sets a value for a specified option in a specified bin.
Arguments
|
bin
|
Specifies the name of the bin for which the option is to be set. Valid values include Core, IO, Corner, Block, and Ignore.
|
|
option
|
Specifies the name of the option to set. You can select from the following list:
|
|
value
|
Specifies the value for the specified option. For the list of valid values for each of the above listed options, refer to the respective option details.
|
Value Returned
|
t
|
Indicates successful operation.
|
|
nil
|
Indicates an error.
|
Examples
Sets the abstract option AbstractAdjustBoundaryPinsPwr on.
absSetBinOption "Core" "AbstractAdjustBoundaryPinsPwr" "true"
=> t
Related Topics
Specifying Global Options in General Options form
Return to top