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

drGetPacketAlias

drGetPacketAlias(
tx_displayName 
t_srcPacketName
) 
=> l_packetAliasList / nil

Description

Reads virtual memory and returns a list of packets that are aliased to the specified packet.

Arguments

tx_display

The display device name or identifier.

t_srcPacketName

The packet name.

Value Returned

l_packetAliasList

A list containing the name of the display device, specified packet, and packet aliases.

nil

The packet does not exist for the specified display device.

Example

drGetPacketAlias("psb" "blackChecker_S")
drGetPacketAlias(27832 "blackChecker_S")

Reads virtual memory and returns the packets aliased to the blackChecker_S packet for the psb display device.


Return to top
 ⠀
X