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

drGetPacketList

drGetPacketList(
tx_display
) 
=> l_packetName / nil

Description

Reads virtual memory and returns a list of the names of all of the display packets defined for the specified display device.

Arguments

tx_display

The display device name or identifier.

Value Returned

l_packetName

A list containing the names of all of the display packets defined for the specified display device.

nil

The specified display device has no display packets associated with it or does not exist.

Example

drGetPacketList("psb")
drGetPacketList(27832)

Reads virtual memory and returns the list of display packets assigned to the psb display device.


Return to top
 ⠀
X