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

dbGetIntegrationColorModel

dbGetIntegrationColorModel(
d_cellViewId
)
=> t_integType / nil

Description

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

Arguments

d_cellViewId

Specifies the cellview ID

Value Returned

t_integType

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

nil

Returns nil if an error occurs during execution

Example

dbGetIntegrationColorModel( cvId ) 
=> "locked"

Return to top
 ⠀
X