summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/doc/AmpTableMan.m4
blob: c94f682cbcb4bea46951626c6c82a654fbcfa629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.PS
# `Amptable.m4'
cct_init
movewid = 2pt__
{  
   {amp ; move ; "{\tt `amp'}" ljust}
   move down 0.4; right_
   {amp(,0.3) ; move ; "{\tt `amp'(,0.3)}" ljust}
   }
   move right_ 2.0
{  {delay ; move ; "{\tt `delay'}" ljust}
   move down 0.4; right_
   {delay(,0.2) ; move ; "{\tt `delay'(,0.2)}" ljust}
   }

   move right_ 2.0
{  {integrator ; move ; "{\tt `integrator'}" ljust}
   move down 0.5; right_
   {integrator(,0.3) ; move ; "{\tt `integrator'(,0.3)}" wid 82pt__ ljust}
   }

.PE