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

dbIsViaColorStateLocked

dbIsViaColorStateLocked(
d_viaId
)
=> t / nil

Description

Returns a Boolean indicating whether the coloring on the via is locked. The default value is nil.

Arguments

d_viaId

Specifies the via ID

Value Returned

t

Returns t if the coloring on the via is locked

nil

Returns nil if the coloring on the via is not locked or an error occurs

Example

;Example 1
dbIsViaColorStateLocked( dbCreateVia( cvId viaDefId '(0 0) "R0" ) ) 
=> nil 
;Example 2
dbSetViaColorStateLocked( via t ) => t
dbIsViaColorStateLocked( via ) => t

Return to top
 ⠀
X