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

mptIsMaskColorShown

mptIsMaskColorShown(
t_layerName 
x_maskNumber 
)
=> t / nil

Description

Checks whether the specified mask color is visible for the layer.

Arguments

t_layerName

Name of the layer.

x_maskNumber

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

Value Returned

t

The specified mask color is visible for the layer.

nil

The specified mask color is not visible (hidden) for the layer.

Example

mptIsMaskColorShown( "Metal1" 2 )

Checks whether mask2Color is visible for the Metal1 layer.


Return to top
 ⠀
X