Download and try LinkCAD DXF, GDSII, CIF, PostScript Translator now for free!

LIBNAME

Syntax:

LIBNAME

library_name;

Description:

Third record to appear in a GDS-TXT file. Contains a string which is the library name. The library name must follow UNIX filename conventions for length and valid characters. The library name may include the file extension.

Parameters:

library_name:

name of the drawing library.

Example:

HEADER 3;

BGNLIB;

LIBNAME   TEST;

UNITS  1.0  1.0e-6;