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

dbSetViaColorStateLocked

dbSetViaColorStateLocked(
d_viaId
g_locked
)
=> t / nil

Description

Sets the color state for the specified via.

Arguments

d_viaId

Specifies the via ID

g_locked

Specifies one of the two boolean values: t or nil.

t to change the state to locked and nil to change the state to unlocked.

Value Returned

t

Returns t if the coloring on the via is successfully set

nil

Returns nil if the coloring is not set or an error occurs during execution

Example

dbSetViaColorStateLocked( via t ) => t
dbIsViaColorStateLocked( via ) => t
dbSetViaCutLayerControl( via "shift1" ) => nil

Return to top
 ⠀
X