lntGetSavedViewNames
lntGetSavedViewNames(t_libName t_cellName) =>l_viewNames/nil
Description
Returns the list of views saved in the specified library and cell.
Arguments
Value Returned
Example
The following example returns the list of saved views in the test1 cell of the gpdk090 library.
lntGetSavedViewNames("gpdk090" "test1")
=> ("netTracer_4" "netTracer_3" "netTracer_2" "netTracer_1")
The following example returns nil as there are no saved views in the test2 cell of the gpdk090 library.
lntGetSavedViewNames("gpdk090" "test2")
=> nil
Related Topics
Return to top