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

absSetLibrary

absSetLibrary(
name
)
=> t / nil

Description

Specifies the library that you want to process through Abstract Generator. This involves either creating a new library and setting into it or setting into an existing library.

Arguments

name

Specifies the name of the library to be processed.

If you specify a library name that does not already exist, Abstract Generator creates a new library of that name.

Value Returned

t

The function is executed successfully.

nil

An error is encountered.

Example

Sets the current library in Abstract Generator to be MyLibrary.

absSetLibrary( "MyLibrary" )
=> t

Related Topics

Creating a Library in Abstract Generator


Return to top
 ⠀
X