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

drGetDisplayName

drGetDisplayName( 
x_displayID
) 
=> t_displayName / nil

Description

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

Arguments

x_displayID

The display device identifier.

Value Returned

t_displayName

The display device name.

nil

The specified display device identifier does not exist.

Example

drGetDisplayName(27832)
=> psb

Reads virtual memory and returns the display name, psb, for the display device with identifier 27832.


Return to top
 ⠀
X