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

drDeletePacket

drDeletePacket( 
tx_display
t_packetName 
) 
=> t / nil

Description

Deletes the definition of the specified packet for the specified display device from virtual memory. The program does not check to see if any layer definitions use this packet.

Arguments

tx_display

The display device name or identifier.

t_packetName

The packet name.

Value Returned

t

The specified packet was deleted.

nil

The packet does not exist for the specified display device.

Examples

drDeletePacket("psb" "yellow")
=> t

Deletes the yellow packet for the psb display device from virtual memory.

drDeletePacket(27832 "yellow")
=> t

Deletes the yellow packet for the display device with the identifier 27832 from virtual memory.


Return to top
 ⠀
X