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

drGetPacketFillStyle

drGetPacketFillStyle(
tx_display 
t_packetName
) 
=> x_fillStyle / nil

Description

Reads virtual memory and returns the fill style number 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

x_fillStyle

The fill style number.

nil

The packet does not exist for the specified display device.

Example

drGetPacketFillStyle("psb" "greenbluedots_L")
drGetPacketFillStyle(27832 "greenbluedots_L")

Reads virtual memory and returns the fill style number of the packet named greenbluedots_L for the psb display device. The fill style numbers have the following meanings:

Number Meaning Number Meaning

0

Unknown

3

Filled in with an X

1

Not filled in, only outlined

4

Filled in with a pattern

2

Filled in with color

5

Filled in with a pattern and outlined


Return to top
 ⠀
X