User Guide
FileExportUsingthe EXPORTCommand
The EXPORTcommandhasthefollowingmodes:
DIRECTORY
Outputs a list of the contents (devices, symbols, and packages) of the
currentlyloadedlibrary.
NETLIST
Outputs a netlist for the currently loaded schematic or board in an
EAGLE-specific format. It can be used to check the connections in a
drawing.UseaULPtoobtainotherformats.
NETSCRIPT
Outputs a netlist of the currently loaded schematic in the form of a
script file. The netscript can be read into the board file with the help of
theSCRIPTcommand.
This could be possibly suggestive if there are differences in the netlist
between schematic and layout. In this case export the netscript from the
schematic, delete all signals in the layout with DELETE SIGNALS (all
tracesarelost!),andimportthenetscriptwiththeSCRIPTcommand.
PARTLIST
Outputsa componentlistfortheschematicorboard.
PINLIST
Outputs a pin/pad list for the schematic or board, listing the connected
nets.
SCRIPT
Outputsthecurrentlyloaded libraryintheformofascriptfile.
This script can be modified with a text editor in order to generate, for
example, a user defined library, or to copy parts of one library into an
-
other. The modified script file can be imported into a new or an already
existinglibrarywiththehelpoftheSCRIPTcommand.
The script file also serves as a good example for the EAGLE command
syntax.
In order to avoid loss of precision the grid unit in the script file is set to
Millimeters.
75
PrinciplesforWorkingwithEAGLE