Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetTrackPatternColorAlternating

dbSetTrackPatternColorAlternating(
d_trackPatternId
g_isAlternating
)
=> t / nil

Description

Sets the coloring type of the track pattern.

Arguments

d_trackPatternId

Specifies the track pattern ID

g_isAlternating

Specifies whether the same color should be used for all tracks in the pattern (nil) or the track pattern should cycle through the colors for the layer (t). The default is t.

Value Returned

t

Returns t if the specified coloring type is successfully set

nil

Returns nil if the coloring type is not set

Example

dbSetTrackPatternColorAlternating( trackPattern nil ) => t
dbIsTrackPatternColorAlternating( trackPattern ) => nil

Return to top
 ⠀
X