Include

.INCLUDE <pathname>

Examples:

.INCLUDE device.lib

During simulation, DR. SPICE reads in the contents of the file named in the .INCLUDE statement. A common use for this statement is to put model parameters for a class of circuits into a file and then use .INCLUDE to read the file in as a model library.