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

drGetLineStyleIndexByName

drGetLineStyleIndexByName(
tx_display
t_LineStyleName
) 
=> x_LineStyleIndex / nil

Description

Reads virtual memory and returns the line style index number for the specified line style for the specified display device.

Arguments

tx_display

The display device name or identifier.

t_LineStyleName

The line style name.

Value Returned

x_LineStyleIndex

The line style index number.

nil

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

Example

drGetLineStyleIndexByName("psb" "solid")
drGetLineStyleIndexByName(27832 "solid")

Reads virtual memory and returns the line style index 2.


Return to top
 ⠀
X