Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

mptSetTrackPatternPattern

mptSetTrackPatternPattern(
d_trackPatternID
l_colorPattern
)
=> t / nil

Description

Specifies the color pattern for the track pattern.

Argument

d_trackPatternID

The database ID of the track pattern.

l_colorPattern

The list of color patterns to be set for the specified track pattern.

Values Returned

t

The color pattern is set for the track pattern.

nil

The color pattern is not set for the track pattern.

Example

cv =geGetEditCellView()
mptSetTrackPatternPattern( tp0 "GGRYB" )
    => t

Sets GGRYB as the color pattern for the track pattern, tp0.


Return to top
 ⠀
X