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

drSetPacket

drSetPacket( 
tx_display 
t_packetName
t_stippleName 
t_lineStyleName
t_fillColorName 
t_outlineColorName
[ t_fillStyle ]
) 
=> t / nil

Description

Updates the value of the specified packet for the specified display device in virtual memory.

Arguments

tx_display

The display device name or identifier.

t_packetName

The packet name.

t_stippleName

The stipple name.

t_lineStyleName

The line style name.

t_fillColorName

The fill color name.

t_outlineColorName

The outline color name.

t_fillStyle

The name of the fill style.

Value Returned

t

The packet was updated.

nil

The packet does not exist for the specified display device.

Examples

drSetPacket("psb" "bluethin_L" "blank" "thin" "blue" "tan" "stipple")
=> t

Sets the values for the bluethin_L packet as blank stipple, thin line, blue fill and tan outline for the psb display device in virtual memory.

drSetPacket(27832 "bluethin_L" "blank" "thin" "blue" "tan" "stipple")
=> t

Sets the values for the bluethin_L packet as blank stipple, thin line, blue fill and tan outline for the display device with the identifier 27832 in virtual memory.


Return to top
 ⠀
X