Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

drGetDisplay

drGetDisplay( 
t_displayName 
) 
=> x_displayID / nil

Description

Reads virtual memory and returns the display device identifier for the specified display device name.

Arguments

t_displayName

The display device name.

Value Returned

x_displayID

The display device identifier.

nil

The specified display device does not exist.

Example

deGetDisplay("psb")
=> 27832

Reads virtual memory and returns the psb identifier 27832.


Return to top
 ⠀
X