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

drFindPacket

drFindPacket(
tx_display 
t_packetName
) 
=> l_packetList / nil

Description

Reads virtual memory and returns a list of attributes of the specified packet for the specified display device.

Arguments

tx_display

The display device name or identifier.

t_packetName

The packet name.

Value Returned

l_packetList

A list containing the display device name, packet name, and the stipple, line style, fill color, outline color of the packet for the specified display device.

nil

The packet does not exist for the specified display device.

Examples

drFindPacket("psb" "redsolid_S")
=> ("psb" "redsolid_S" "solid" "solid" "red" "red")

Reads virtual memory and returns the packet definition of redsolid_S for the psb display device.

drFindPacket(27832 "redsolid_S")
=> ("psb" "redsolid_S" "solid" "solid" "red" "red")

Reads virtual memory and returns the packet definition of redsolid_S for the display device with the identifier 27832.


Return to top
 ⠀
X