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
|
A string representing integration color model ( |
Value Returned
Examples
techSetIntegrationColorModel(techFileId "any")
=> t
techSetIntegrationColorModel(techFileId "unlocked")
=> nil ; no "unlocked" color model
Return to top