Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiListView

hiListView( 
[ t_viewName ]
[ w_window ]
) 
=> l_viewList / nil

Description

Lists the saved viewing parameters for a given view, or for all views if viewName is not specified. This function applies to graphics windows only

This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.

Arguments

t_viewName

Name of the view. If a viewName is specified, the viewList returned is the bounding box of that view (equivalent to hiGetViewBBox). If no viewName is specified, the function lists the bounding boxes for each saved view. This list of lists contains the view name and the bounding box associated with each saved view.

w_window

The ID of a graphics window. If not specified, the current window is used.

Value Returned

l_viewList

A list of the view name and bounding box for each view specified.

nil

w_window is invalid, there is no current window, or the specified viewName was not found.

Related Topics

Viewing Functions


Return to top
 ⠀
X