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

mptShowMaskColor

mptShowMaskColor(
t_layerName 
x_maskNumber 
g_toShow 
)
=> t / nil

Description

Shows or hides the color for the specified mask on the given layers.

Arguments

t_layerName

Name of the layer.

x_maskNumber

Mask number is 1, 2, and so on, up to the number of masks defined in the technology library for the layer.

g_toShow

If t, show the mask color.
If nil, hide the mask color.

Values Returned

t

Shapes on the specified mask for the given layers are displayed with (show) or without (hide) the outline color for the mask.

nil

There was an error so the command was not completed.

Example

mptShowMaskColor( "Metal1" 2 nil )

Hides the color for mask2 on the Metal1 layer.


Return to top
 ⠀
X