forked from SpiceSharp/SpiceSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustomDictionary.xml
48 lines (44 loc) · 1.33 KB
/
CustomDictionary.xml
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
<?xml version="1.0" encoding="utf-8"?>
<Dictionary>
<Words>
<Recognized>
<!-- Common words -->
<Word>Transconductance</Word>
<Word>Transresistance</Word>
<Word>Unsetup</Word>
<!-- Numerical method words -->
<Word>Fillin</Word>
<Word>Fillins</Word>
<Word>Jacobian</Word>
<Word>Timestep</Word>
<Word>Timesteps</Word>
<!-- Abbreviations to be treated as words -->
<Word>Rhs</Word> <!-- Right-Hand Side -->
<Word>Mosfet</Word>
<Word>Fet</Word>
<Word>Nmos</Word>
<Word>Pmos</Word>
<Word>Cond</Word> <!-- Conduction or Conductance -->
<Word>Cap</Word> <!-- Capacitance -->
<Word>Res</Word> <!-- Resistance -->
<Word>Exp</Word> <!-- Exponent -->
<Word>Pos</Word> <!-- Positive -->
<Word>Neg</Word> <!-- Negative -->
<Word>Eq</Word> <!-- Equation -->
<Word>Gmin</Word> <!-- Minimum conductance -->
<Word>Mu</Word> <!-- Greek letter -->
<Word>Lte</Word> <!-- Local Truncation Error -->
<Word>Vt</Word> <!-- Thermal voltage -->
<!-- Mosfet -->
<Word>Vgs</Word>
<Word>Vgd</Word>
<Word>Vdsat</Word>
</Recognized>
</Words>
<Acronyms>
<CasingExceptions>
<Acronym>NPN</Acronym>
<Acronym>PNP</Acronym>
</CasingExceptions>
</Acronyms>
</Dictionary>