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

hiGetScreenSize

hiGetScreenSize(
) 
=> l_sizes ( l_widthHeightPixels l_widthHeightMillimeters ) 

Description

Returns the size of the current display screen as a list of two lists, the first being the width and height in pixels, the second being the width and height in millimeters.

Arguments

None

Value Returned

l_sizes

The size of the current display screen, expressed as a list of two lists.

l_widthHeightPixels: Width and height in pixels

l_widthHeightMillimeters: Width and height in millimeters

Examples

Returns the actual physical size of the display.

hiGetScreenSize()
((14490 900)
(381 237)
)

Related Topics

General Environmental Functions

hiGetDisplayName


Return to top
 ⠀
X