gerbonara/doc/source/documentation/gerber.rst
Hamilton Kibbe 62c689be17 Doc update
2014-10-11 13:12:21 -04:00

1.3 KiB

gerber --- RS-274X file handling

gerber

The RS-274X (Gerber) format is the most common format for exporting PCB artwork. The Specification is published by Ucamco and is available here. The gerber submodule implements calsses to read and write RS-274X files without having to know the precise details of the format.

The gerber submodule's read function serves as a simple interface for parsing gerber files. The GerberFile class stores all the information contained in a gerber file allowing the file to be analyzed, modified, and updated. The GerberParser class is used in the background for parsing RS-274X files.

---------The gerber module defines the following functions:

gerber.gerber.read

Classes

The gerber module defines the following classes:

gerber.gerber.GerberFile

gerber.gerber.GerberParser