Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schGetWireLineStyle

schGetWireLineStyle(
d_wireId
) 
=> t_lineStyleName / nil

Description

Returns the line style used to draw a wire segment.

Arguments

d_wireId

The wire segment ID.

Value Returned

t_lineStyleName

The wire's line style. Line styles are referred to by the names defined in the Display Resource File.

nil

Either the wireId is not a wire segment or the line style of the wire could not be retrieved.

Examples

schGetWireLineStyle( car( geGetSelectedSet () ) )

Related Topics

schSetWireLineStyle

schGetWireColor

schSetWireColor

schCreateWire


Return to top
 ⠀
X