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

techGetIntegrationColorModel

techGetIntegrationColorModel(
d_techFileId
) 
=> t_type / nil

Description

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

Arguments

d_techFileId

The database identifier of the technology file.

Value Returned

t_type

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

nil

The command was unsuccessful.

Example

techGetIntegrationColorModel( techFileId ) 
=> "locked"

Returns locked for the integration color model constraint.


Return to top
 ⠀
X