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

mptGetTrackPatternPattern

mptGetTrackPatternPattern(
d_trackPatternID
)
=> l_colorPattern / nil 

Description

Returns a list of the color patterns for the specified track pattern.

Argument

d_trackPatternID

The database ID of the track pattern.

Values Returned

l_colorPattern

The list of color patterns for the specified track pattern.

nil

No color patterns returned for the specified track pattern.

Example

cv =geGetEditCellView()
mptGetTrackPatternPattern( tp0 )
    => "1234"

Returns the list of color patterns for the track pattern, tp0.


Return to top
 ⠀
X