cadsoft eagle 4.5 사용자 설명서

다운로드
페이지 248
File Export Using the EXPORT Command
The EXPORT command has the following modes:
DIRECTORY
Outputs a list of the contents (devices, symbols, and packages) of the
currently loaded library.
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. Use a ULP to obtain other formats.
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
the SCRIPT command.
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
traces are lost!), and import the netscript with the SCRIPT command.
PARTLIST
Outputs a component list for the schematic or board.
PINLIST
Outputs a pin/pad list for the schematic or board, listing the connected
nets.
SCRIPT
Outputs the currently loaded library in the form of a script file.
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
existing library with the help of the SCRIPT command.
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
Principles for Working with EAGLE