Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geCenter

geCenter( 
[ w_windowId ] 
)
=> t / nil 

Description

Pans the display so that the edit cellview is centered in the window.

Arguments

w_windowId

Database ID of the window in which to center the design. If w_windowId is not specified or nil, the current window is used.

Value Returned

t

The display is panned.

nil

The display is not panned.

Examples

Centers the design in window(3).

geCenter( window(3) )

Related Topics

Window Scroll Functions


Return to top
 ⠀
X