absGetBinOption
absGetBinOption(bin option)=>string
Description
Returns the value of a specified option in a given bin.
Arguments
Value Returned
Examples
Displays the name of the power pins in the Core bin.
absGetBinOption "Core" "PinsPowerNames"
=> ^((V(DD|CC))|(v(dd|cc)))(!)?$
Related Topics
Return to top