File: AmpTableDPV.m4

package info (click to toggle)
circuit-macros 10.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,532 kB
  • sloc: makefile: 909; sh: 49
file content (25 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (4)
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
.PS
# `Amptable.m4'
cct_init(svg_font(sans-serif,11bp__))

  textwid = 0.7
  movewid = 2pt__
{  
   {amp ; move ; "`amp'" ljust}
   move down 0.4; right_
   {amp(,0.3) ; move ; "`amp'(,0.3)" ljust}
   }
   move right_ 2.0
{  {delay ; move ; "`delay'" ljust}
   move down 0.4; right_
   {delay(,0.2) ; move ; "`delay'(,0.2)" ljust}
   }

   move right_ 2.0
{  {integrator ; move ; "`integrator'" ljust}
   move down 0.5; right_
   {integrator(,0.3) ; move ; "`integrator'(,0.3)" wid 1.2 at Here ljust}
   }

 command "</g>" # end font
.PE