home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir03
/
f008520.re_
/
f008520.re
Wrap
Text File
|
1996-04-02
|
4KB
|
91 lines
; Houston Instruments DMP40
; $Logfile: I:/mgds/plot/pltcfg/hidmp40.plv $
; $Workfile: hidmp40.plt $
; $Revision: 6.2 $
; If you change this file, please do not disturb the above source control
; information. It will prove useful in the event that a future release
; changes this file.
num_pens=1 ; Defines pens used
change_pen=color ; options are color, weight, level or both
model=dmp56 ; plotter model number
driver = dmpl ; MDL driver to use
autocenter ; Automatically center plot on page
rotate=ccw
border/pen=1/filename/time ; leave this out for no border
default_extension/auto_incExt = '000'; default extension for plotfiles
;
; To configure a default output file name comment out the default_extension
; line above and uncomment this line. "lpt1" may be substituted with any
; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
;
;default_outFile/auto_overwrite = "lpt1"
; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
; This configuration file contains the necessary records for English
; and metric resolutions. English units are used by default. To use
; the metric setting, comment out all lines in the ENGLISH section and
; uncomment the RESOLUTION and SIZE lines in the METRIC section. The
; SIZE records define the plotting area of the page.
; ENGLISH resolution and SIZE records
size=(11.0,8.5)/num=1/off=(.5,.5)/name=a
size=(17.0,11.0)/num=0/off=(.5,.5)/name=b
size=(22.0,17.0)/num=1/off=(1.5,.5)/name=c
size=(34.0,22.0)/num=0/off=(.5,.5)/name=d
size=(44.0,34.0)/num=0/off=(.5,.5)/name=e
resolution(IN)=(0.001,0.001) ; specifies both res and units
; METRIC resolution and SIZE records
; size=(279.4,215.9)/num=1/off=(12.7,12.7)/name=a4
; size=(431.8,279.4)/num=0/off=(12.7,12.7)/name=a3
; size=(558.8,431.8)/num=1/off=(12.7,12.7)/name=a2
; size=(863.6,558.8)/num=0/off=(12.7,12.7)/name=a1
; size=(1117.6,863.6)/num=0/off=(12.7,12.7)/name=a0
; resolution(MM)=(0.025,0.025) ; specifies both res and units
; Stroke_tolerance determines tolerance for arcs and circles. Value is
; between 0 and 10 with 10 being the greater tolerance. Larger values
; also create larger plot files.
stroke_tolerance=2.5
; The style records define how the design file line codes (styles)
; are to be plotted. Values are in plotter units (resolutions).
; Values determine pen down/up movements, where (10,28) for a dot
; pattern leaves the pen down for 10 units and up for 28 units. The
; /nohardware switch causes software stroking with these values.
style(1) = (14,42)/nohardware ; style = dot
style(2) = (70,42)/nohardware ; style = med dash
style(3) = (168,56)/nohardware ; style = long dash
style(4) = (112,42,28,42)/nohardware ; style = dot-dash
style(5) = (56,56)/nohardware ; style = short dash
style(6) = (84,28,28,28,28,28)/nohardware ; style = dash-dot-dot
style(7) = (112,28,56,28)/nohardware ; style = long dash - short dash
; The weight line determines the number of strokes to use with each weight.
; The first position defines weight 0, second weight 1, third weight 2 and
; so on up to weight 31. To increase or decrease the number of stokes per
; weight, change the number in that position.
weight=(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32)
; Construction/active points are not plotted by default. Uncomment the
; next line if you want points plotted. Points are plotted 0.1 cm dia.
; point_size = .1
; software_raster allows for plotting of type 87/88 raster elements. Value
; for resolution can be as high as your plotter's resolution. Lower values
; will produce grainier images. Remove comment to plot raster image.
; software_raster/res=300
; largest_polygon is used only for element filling. The value defines
; the point at which software filling takes over in place of hardware
; filling. The value relates to number of vertices used to draw the
; element.
largest_polygon=102