Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

get_window_area

get_window_area 
[ -window_id i_windowID]

Description

Requests the four bounding box coordinates (lower left x and y, and the upper right x and y) for the specified window or the current active window.

Arguments

-window_id i_windowID

Specifies the identifier of the window to work in. If this option is not specified, the view in the active window is used.

Value Returned

f_xlo f_ylo f_xhi f_yhi

Is the window area bounding coordinates, represented as strings.

Examples

The following command requests the window area coordinates for window 1.

get_window_area -window_id 1

The following command requests the window area coordinates for the active window.

get_window_area

The following is an example of the returned data.

701.996 875.023 747.334 909.199

Related Topics

View Commands


Return to top
 ⠀
X