File: lplot.cnf

package info (click to toggle)
chipmunk-log 5.51-1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 6,360 kB
  • ctags: 7,555
  • sloc: ansic: 78,257; makefile: 154; sh: 101
file content (29 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (2)
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

{ Default configuration for LPLOT, the LOG plotting tool }
{ To be included by LOG.CNF }

tool lplot lplot "LOG Plotting Tool"

command lplot   lplot plot lplot:     { "If these commands are given, }
                                      {  activate the LPLOT tool" }

include pens.cnf                      { Pen color assignments }

lplot: plotter     { 5 }              { HP-IB address of plotter }

{The following are commented out because the defaults in plot.c work fine.}
{lplot: font       /usr/chipmunk/lib/lplot.font  { Name of font file to use }
{lplot: header     /usr/chipmunk/lib/texstuff.ps { (These must be full paths) }

lplot: nodots      led           { Gates which don't form solder dots on pins }
lplot: invisible   numbers time  { Gates which don't show up on the plot }
lplot: invisible   digh
lplot: labelfont   2             { Font number for labels }
lplot: sigfont     2             { Font number for "TO/FROM" signal names }

lplot: color border  red
lplot: color onled   red
lplot: color offled  yellow

{ uncomment and edit this line for customizing printing }
{ lplot: psfile /tmp/*.ps | lpr * }