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

dbGetViaCutLayerControl

dbGetViaCutLayerControl(
d_viaId
)
=> t_colorControl / nil

Description

Returns the color control assigned to the cut layer of the via. Default color control is noShift.

Arguments

d_viaId

Specifies the via ID

Value Returned

t_colorControl

Returns the color control assigned to the cut layer of the via.

Valid values: noColor, noShift, shift1, shift2,shift2,shift3,shift4,shift5,shift6,or shift7.

nil

Returns nil if an error occurs during execution

Example

dbGetViaCutLayerControl( dbCreateVia( cvId viaDefId '(0 0) "R0" ) ) => "noShift"
dbGetViaCutLayerControl( grayVia ) => "noColor"

Return to top
 ⠀
X