Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

absAttachTechLib

absAttachTechLib(
name
)
=> t / nil

Description

Attaches the named technology library to the current library.

Arguments

name

Specifies the name of the technology library to be attached. You must set the current library before attaching a technology library.

Value Returned

t

The function is executed successfully.

nil

An error is encountered.

Examples

Attaches the technology library, techlib1, to the current library, MyLibrary.

absSetLibrary( "MyLibrary" )
=> t
absAttachTechLib( "techlib1" )
=> t

Related Topics

Attaching Technology Information to a Library in Abstract Generator


Return to top
 ⠀
X