absExit
absExit(
)
=> none
Description
Closes Abstract Generator.
Arguments
None
Value Returned
None
Options
|
SortOrder { Ascending | Descending }
|
|
|
Specifies the sort order to apply to cells. The default is Ascending.
|
|
SortView { Layout | Logical | Pins | Extract | Abstract | Verify }
|
|
|
Sort cells based on the presence of a named view. The default is Abstract.
|
|
SortMethod { None | Name | Height | Status | Selection }
|
|
|
Specifies the sort method. The default is Name.
|
Examples
Specifies that those cells in the current bin that have a Pins view present are sorted by Name in Ascending order.
absSetOption "SortOrder" "Ascending"
=> 1
absSetOption "SortView" "Pins"
=> 1
absSetOption "SortMethod "Name"
=> 1
absSort
=> t
Related Topics
Sorting Cells in Abstract Generator
Return to top