Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techSetIntegrationColorModel

techSetIntegrationColorModel(
d_techFileId
t_type
) 
=> t / nil

Description

(Virtuoso Advanced Node for Layout Standard) Sets the value of the integration color model constraint for the current technology file. Valid values for the integration color model are any or locked.

Arguments

d_techFileId

The database identifier of the technology file.

t_type

A string representing integration color model (any or locked).

Value Returned

t

The command was successful.

nil

The command was unsuccessful.

Examples

techSetIntegrationColorModel(techFileId "any") 
=> t
techSetIntegrationColorModel(techFileId "unlocked") 
=> nil   ; no "unlocked" color model

Return to top
 ⠀
X