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

dbGetTrackPatternFirstTrackColor

dbGetTrackPatternFirstTrackColor(
d_trackPatternId
)
=> t_maskColor / nil

Description

Returns the color assigned to the first track of the specified track pattern. Default color type is grayColor.

Arguments

d_trackPatternId

Specifies the track pattern ID

Value Returned

t_maskColor

Returns a string representing the color assigned to the first track of the specified track pattern. Possible values are "grayColor", "mask1Color", "mask2Color", "mask3Color".

nil

Returns nil if the color is cannot be returned or an error occurs during execution.

Example

dbSetTrackPatternFirstTrackColor( layerBlockage "mask1Color" ) => t
dbGetTrackPatternFirstTrackColor( layerBlockage ) => "mask1Color"

Return to top
 ⠀
X