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

dbSetIntegrationColorModel

dbSetIntegrationColorModel(
d_cellViewId
t_integType
)
=> t / nil

Description

Sets the value of the integration color model constraint for the specified cellview. Possible values are any or locked.

Arguments

d_cellViewId

Specifies the cellview ID

t_integType

Specifies the value of the integration color model constraint you want to set

Value Returned

t

Returns t if the value is successfully set

nil

Returns nil if an error occurs during execution

Example

dbSetIntegrationColorModel( cvId "any" ) => t
dbSetIntegrationColorModel( cvId "layerBased" ) => nil   ; no "layerBased" integration color model

Return to top
 ⠀
X