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

dbGetColorModel

dbGetColorModel(
d_cellViewId
)
=> t_type / nil

Description

Returns a string value of the color model constraint for the specified cellview. Possible values are any, layerBased, or locked.

Arguments

d_cellViewId

Specifies the cellview ID

Value Returned

t_type

Returns a string value representing the color model constraint for specified cellview

nil

Returns nil if an error occurs during execution

Example

dbSetColorModel( cvId "layerBased" ) ; setting the color model constraint
=> t
dbGetColorModel( cvId ) ; retrieving the color model constraint
=> "layerBased" 

Return to top
 ⠀
X