techGetLayerNumColorMasks
techGetLayerNumColorMasks(d_techfile_Id xt_layer) =>x_numColorMasks/ nil
Description
(Virtuoso Advanced Node for Layout Standard) Returns the number of allowed color masks on the layer, if coloring is supported on it.
Arguments
Value Returned
|
Indicates that coloring is not supported on the layer or the command was unsuccessful. |
Examples
techGetLayerNumColorMasks(techFileId 10)
=> 2
techGetLayerNumColorMasks(techFileId "M1")
=> nil
Return to top