summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/dpv/AmpTableDPV.m4
blob: ab6d34b9e22f5bc8031dfe7a4077eb1f1378c338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.PS
# `AmptableDPV.m4'
cct_init(svg_font(sans-serif,11bp__))

  textwid = 0.7
  movewid = 2pt__
{
   {amp ; move ; "`amp'" ljust}
   move right_ 2.0
   {amp(,5mm__) ; move ; "`amp(,5mm__)'" ljust}
   move right_ 2.0
   {integrator ; move ; "`integrator'" ljust}
  }
   move down 0.5; right_
{
   {delay(,,fill_(0.9)) ; move ;
    "`delay(,,'" ljust "`fill_(0.9))'" ljust}
   move right_ 2.0
   {delay(,,type=S;body=shaded rgbstring(0.75,0.75,1)); move
   "`delay(,,type=S;" ljust "body=shaded rgbstring(0.75,0.75,1)')" ljust}
  }

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