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

hiVectorPan

hiVectorPan(
[ w_window ] 
[ l_refPt ] 
[ l_destPt ] 
) 
=> t / nil 

Description

Scrolls the view of the design in any direction by specifying two points in user units.

The design is panned so that l_refPt on the design is displayed on the screen at l_destPt. After the command is invoked and the first reference point is specified, a rubberbanding line connects the first point with the cursor. Click the mouse button at the desired location to specify the destination point. The design then pans to that location.

By placing the same design in two different windows and specifying the reference point in one window and the destination point in the other, the specified window can be panned relative to the area in the second window.

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

Arguments

w_window

The window that you want to pan. If not specified, the current window is used.

w_window cannot be a session window or a dockable window.

l_refPt

Reference point you want to pan from. If not specified, you are prompted to enter the value.

l_destPt

Destination point you want to pan to. If not specified, you are prompted to enter the value.

Value Returned

t

The view can be scrolled as specified.

nil

zoomPanProc or uPointToDbuProc is not registered on the window.

Related Topics

hiPan

hiDeltaPan

hiAbsolutePan

hiDynamicPanAbsolute

hiDynamicPanRelative

hiDynamicPanInteractive

hiRegZoomPanProc

hiUnregZoomPanProc


Return to top
 ⠀
X