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

drGetStipple

drGetStipple( 
tx_display 
tx_stipple 
) 
=> l_stippleList / nil

Description

Reads virtual memory and returns the display device name and the stipple name, width, height, and pattern.

Arguments

tx_display

The display device name or identifier.

tx_stipple

The stipple name or index number.

Value Returned

l_stippleList

The display device name and the stipple name, width, height, and pattern.

nil

The stipple does not exist for the specified display device.

Example

drGetStipple("psb" "dots")
drGetStipple("psb" 3)
drGetStipple(27832 "dots")
drGetStipple(27832 3)

Reads virtual memory and returns the stipple definition of dots for the psb display device.


Return to top
 ⠀
X