iagGenAbstract
iagGenAbstract(t_libName l_cellNames t_viewName t_binName t_optionsFilePath)=> t / nil
Description
Runs Integrated Abstract Generator on the specified cellviews with the given settings.
Arguments
|
Absolute path to an options file that defines the abstract generation rules. |
Value Returned
|
The abstracts could not be generated because of an error while running the tool. The error message is displayed separately. |
Examples
Generates abstracts for the layout_merge view of cells merge1 and merge2 in the test library. The settings in the specified options file are applied and the cells are placed in the Core bin.
iagGenAbstract("test" list("merge1" "merge2") "layout_merge" "Core" "/home/user2/.abstract.options")
Related Topics
Return to top