1.2 KiB
1.2 KiB
rs274x --- RS-274X file handling
rs274x
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 rs274x submodule
implements calsses to read and write RS-274X files without having to
know the precise details of the format.
The rs274x
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.
Functions
The rs274x module
defines the following functions:
gerber.rs274x.read
Classes
The rs274x module
defines the following classes:
gerber.rs274x.GerberFile
gerber.rs274x.GerberParser