summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/doc/currents.m4
blob: 5b2e20fa547fffb778425a6d6610fd2f20c6a439 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.PS
# `currents.m4'
cct_init
  del = 0.75
[
 {right_
  resistor; b_current(i)
  {"\tt b\_current(i)" at last line + (0,-0.20)}
  move right_ del
  resistor; b_current(i,below_)
  {"\tt $\ldots$(i,below\_)" at last line + (0,-0.20)}
  move right_ del
  resistor; b_current(i,,O)
  {"\tt $\ldots$(i,{,}O)" at last line + (0,-0.20)}
  move right_ del
  resistor; b_current(i,below_,O)
  {"\tt $\ldots$(i,below\_,O)" at last line + (0,-0.20)}
  }

  move down_ 0.60
 {right_
  resistor; b_current(i,,,E)
  {"\tt b\_current(i,{,},E)" wid 1.2 at last line + (0,-0.20)}
  move right_ del
  resistor; b_current(i,below_,,E)
  {"\tt $\ldots$(i,below\_,{,}E)" at last line + (0,-0.20)}
  move right_ del
  resistor; b_current(i,,O,E,0.2)
  {"\tt $\ldots$(i,{,}O,E,0.2)" at last line + (0,-0.20)}
  move right_ del
  resistor; b_current(i,below_,O,E)
  {"\tt $\ldots$(i,below\_,O,E)" at last line + (0,-0.20)}
  }

  move down_ 0.60
 {right_
  del = 0.55
  inductor; larrow(i)
  {"`\tt larrow(i)'" at last line + (0,-0.20)}
  move up 0.1 right_ del
  inductor; rarrow(i)
  {"`\tt rarrow(i)'" at last line + (0,-0.30)}
  move down 0.1 right_ del
  inductor; larrow(i,<-)
  {"`\tt larrow(i,<-)'" at last line + (0,-0.20)}
  move up 0.1 right_ del
  inductor; rarrow(i,<-)
  {"`\tt rarrow(i,<-)'" at last line + (0,-0.30)}
  }
]
#showbox_
.PE