techSetLayerNumColorMasks
techSetLayerNumColorMasks(
d_techfile_Id
xt_layer
x_numColorMasks
)
=> t / nil
Description
(Virtuoso Advanced Node for Layout Standard) Assigns the number of allowed color masks on the specified layer. 0, 2, and 3 are valid numbers that can be set. This function does not allow you to set the attribute on a DFII system-reserved layer.
Arguments
|
The number of color masks to be set.
The value |
Value Returned
Examples
techSetLayerNumColorMasks(techFileId "M1" 1)
=> nil
techSetLayerNumColorMasks(techFileId "M1" 2)
=> t
techSetLayerNumColorMasks(techFileId "Unrouted" 2)
=> nil
Return to top