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

hiAbsolutePan

hiAbsolutePan(
[ w_window ] 
[ n_%x ] 
[ n_%y ] 
) 
=> t / nil 

Description

Scrolls a window in any direction by specifying the amount to pan as a percentage of the window size.

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.

Note: w_window cannot be a session window or a dockable window.

n_%x

Percentage of panning in the design in the x-direction. If not specified, the default of 0 is used.

n_%y

Percentage of panning in the design in the y-direction. If not specified, the default of 0 is used.

Value Returned

t

The window can be scrolled in any direction.

nil

zoomPanProc or uPointToDbuProc are not registered on the window.

Related Topics

hiPan

hiVectorPan

hiDeltaPan

hiDynamicPanAbsolute

hiDynamicPanRelative

hiDynamicPanInteractive

hiRegZoomPanProc

hiUnregZoomPanProc


Return to top
 ⠀
X