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

dbIsViaColorStateLayerLocked

dbIsViaColorStateLayerLocked(
d_dbViaId
t_dbViaLayerType
)
=> t / nil

Description

Indicates whether the coloring for the specified individual layer in a via is locked.

Arguments

d_dbViaId

Database ID of a via.

t_dbViaLayerType

Name of a valid via layer type.

Valid values: layer1, layer2, cutLayer

Value Returned

t

Coloring state for the specified individual layer in a via is locked.

nil

Coloring state for the specified individual layer in a via is not locked or if there is an error.

Example

Coloring state for the layer layer1 in the via via1t_m2_m1 is locked.

dbSetViaColorStateLayerLocked(via1t_m2_m1 "layer1" t) => t
dbIsViaColorStateLayerLocked(via1t_m2_m1 "layer1") => t
dbIsViaColorStateLocked(via1t_m2_m1) => t

Return to top
 ⠀
X