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

Technology File Attributes

The following is an example of retrieving the technology file ID from the current library and displaying technology file attributes.

libFileID = ddGetObj("myLibName")
techFileID = techGetTechFile(libFileID)
techFileID~>??

Return to top
 ⠀
X