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

drGetLineStyle

drGetLineStyle( 
tx_display 
tx_lineStyle 
) 
=> l_lineStyleList / nil

Description

Reads virtual memory and returns the display device name and the line style name, thickness, and pattern.

Arguments

tx_display

The display device name or identifier.

tx_lineStyle

The line style name or index number.

Value Returned

l_lineStyleList

A list containing the display device name and the line style name, thickness, and pattern.

nil

The line style does not exist for the specified display device.

Example

drGetLineStyle("psb" "solid")
drGetLineStyle("psb" 2)
drGetLineStyle(27832 "solid")
drGetLineStyle(27832 2)

Reads virtual memory and returns the line style definition of solid for the psb display device.


Return to top
 ⠀
X