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

drDeleteStipple

drDeleteStipple( 
tx_display
t_stippleName 
) 
=> t / nil

Description

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

Arguments

tx_display

The display device name or identifier.

t_stippleName

The stipple name.

Value Returned

t

The stipple was deleted.

nil

The stipple does not exist for the specified display device.

Examples

drDeleteStipple("psb" "dots")
=> t

Deletes the dots stipple for the psb display device from virtual memory.

drDeleteStipple(27832 "dots")
=> t

Deletes the dots stipple for the display device with the identifier 27832 from virtual memory.


Return to top
 ⠀
X