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

dbGetViaLayer2Control

dbGetViaLayer2Control(
d_viaId
)
=> t_colorControl / nil

Description

Returns the color control assigned to layer 2 of the via. Default value for color control is noShift.

Arguments

d_viaId

Specifies the via ID

Value Returned

t_colorControl

Returns the color control assigned to the layer2 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

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

Return to top
 ⠀
X