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

dbIsTrackPatternColoringAllowed

dbIsTrackPatternColoringAllowed(
d_trackPatternId
)
=> t / nil

Description

Returns a Boolean indicating whether the specified track pattern can be colored. Only track patterns with specified track layer can be colored.

Arguments

d_trackPatternId

Specifies the track pattern ID that you want to check

Value Returned

t

Returns t if the track pattern can be colored

nil

Returns nil if the track pattern cannot be colored or an error occurs during execution

Example

dbIsTrackPatternColoringAllowed( dbCreateTrackPattern( cvId t 100 10 10 "M1") ) => t
dbIsTrackPatternColoringAllowed( dbCreateTrackPattern( cvId t 100 10 10) ) => nil

Return to top
 ⠀
X