1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./style.css" />
6 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./design.css" />
7 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"./print.css" />
9 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
14 <a href=
"start.html" class=
"wikilink1" title=
"start.html">gEDA
</a> »
<a href=
"geda-developer.html" class=
"wikilink1" title=
"geda-developer.html">Development
</a> »
<a href=
"geda-gparts_tc.html" class=
"wikilink1" title=
"geda-gparts_tc.html">Parts Manager
</a> »
<a href=
"geda-gparts_cc.html" class=
"wikilink1" title=
"geda-gparts_cc.html">Component Classification
</a>
17 <h1 class=
"sectionedit1" id=
"component_classification">Component Classification
</h1>
21 <!-- EDIT1 SECTION "Component Classification" [115-153] -->
22 <h2 class=
"sectionedit2" id=
"part_categories">Part Categories
</h2>
26 Part categories break down classes of parts hierarchically. The category hierarchy exists separately than the part hierarchy. The category hierarchy only provides the user with a system to locate parts quickly. A child in the category hierarchy does not need to inherit the attributes of a parent.
30 The parts manager uses categories to keep the lists of parts manageable. If the list of parts in a particular category grows large, the category can be subdivided into sub-categories.
34 It may be difficult to change the categories, using a
<abbr title=
"Graphical User Interface">GUI
</abbr>, because of the part table abstraction through database views and stored procedures. It may be better to distribute the parts manager with a default configuration that works for most.
36 <div class=
"noteclassic">Help is needed with the taxonomy of parts. Please send feedback to the geda-dev or geda-user mailing lists.
39 The default hierarchy of parts follow:
42 <li class=
"level1 node"><div class=
"li"> Discretes
</div>
44 <li class=
"level2 node"><div class=
"li"> Diodes
</div>
46 <li class=
"level3"><div class=
"li"> Small-signal
</div>
48 <li class=
"level3"><div class=
"li"> TVS
</div>
50 <li class=
"level3"><div class=
"li"> Zeners
</div>
56 <li class=
"level1 node"><div class=
"li"> Passives
</div>
58 <li class=
"level2"><div class=
"li"> Capacitors
</div>
60 <li class=
"level2"><div class=
"li"> Inductors
</div>
62 <li class=
"level2"><div class=
"li"> Resistors
</div>
69 <!-- EDIT2 SECTION "Part Categories" [154-1219] -->
70 <h2 class=
"sectionedit3" id=
"part_hierarchy">Part Hierarchy
</h2>
74 The part hierarchy allows the database to attach additional attributes to a class of parts. These attributes provide a faster means to locate and select parts, especially commodity parts. The database only provides these additional attributes when configured to use hierarchical part tables.
78 These additional attributes, stored in numeric format, allow SQL to select parts. For example, to locate diodes with reverse voltage greater than
60 volts, use the following SQL statement.
80 <pre class=
"code sql"><span class=
"kw1">SELECT
</span> <span class=
"sy0">*
</span> <span class=
"kw1">FROM
</span> DiodeV
81 <span class=
"kw1">WHERE
</span> VR
<span class=
"sy0">></span> <span class=
"nu0">60</span>;
</pre>
84 The intent of the part hierarchy does not include exhaustively classifying all electronic parts or fully parameterizing any class of electronic part. The part hierarchy simply intends to allow the user to quickly locate a part, such as a
4.75 kΩ
1%
0603.
88 <em class=
"u">TODO: Develop guidelines for subclassing part.
</em>
92 Proposed guidelines for including attributes:
95 <li class=
"level1"><div class=
"li"> Include attributes that are encoded in the manufacturer part number.
</div>
97 <li class=
"level1"><div class=
"li"> Exclude attributes that are inconsistently characterized between manufacturers.
</div>
99 <li class=
"level1"><div class=
"li"> Exclude attributes that must be either read from graphs, or calculated.
</div>
104 These attributes may not work for everyone, so the database allows the user to customize these part tables.
108 <!-- EDIT3 SECTION "Part Hierarchy" [1220-2493] -->
109 <h3 class=
"sectionedit4" id=
"bjts">BJTs
</h3>
113 Bipolar Junction Transistors (BJTs) extend part with one additional table of attributes.
123 <div class=
"table sectionedit5"><table class=
"inline">
126 <th class=
"col0 leftalign"> Field
</th><th class=
"col1 leftalign"> Type
</th><th class=
"col2 leftalign"> Units
</th><th class=
"col3 leftalign"> Description
</th>
130 <td class=
"col0 leftalign"> PartID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Part
</td>
133 <td class=
"col0 leftalign"> PackageID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Package
</td>
136 <td class=
"col0 leftalign"> Polarity
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Either NPN or PNP
</td>
139 <td class=
"col0 leftalign"> MaxCollectorCurrent
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> AMPS
</td><td class=
"col3 leftalign"> Maximum collector current (Absolute maximum rating)
</td>
142 <td class=
"col0 leftalign"> MaxCollectorEmitterVoltage
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> VOLTS
</td><td class=
"col3"> Maximum collector-emitter voltage (Absolute maximum rating)
</td>
145 <td class=
"col0 leftalign"> TransitionFrequency
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> HERTZ
</td><td class=
"col3 leftalign"> </td>
148 <td class=
"col0 leftalign"> PowerDissipation
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> WATTS
</td><td class=
"col3 leftalign"> Power dissipation (Pd) not including any derating
</td>
151 <!-- EDIT5 TABLE [2634-3569] -->
153 The same table contains small-signal and power BJTs. These transistors can be
154 placed into separate views using the following criteria.
156 <div class=
"table sectionedit6"><table class=
"inline">
159 <th class=
"col0 leftalign"> Category
</th><th class=
"col1 leftalign"> Criteria
</th><th class=
"col2"> View Name
</th>
163 <td class=
"col0"> Small-signal BJT
</td><td class=
"col1"> PowerDissipation
< 1.0 </td><td class=
"col2 leftalign"> TBD
</td>
166 <td class=
"col0 leftalign"> Power BJT
</td><td class=
"col1"> PowerDissipation
>=
1.0 </td><td class=
"col2 leftalign"> TBD
</td>
169 <!-- EDIT6 TABLE [3707-3883] -->
171 <!-- EDIT4 SECTION "BJTs" [2494-3884] -->
172 <h3 class=
"sectionedit7" id=
"capacitors">Capacitors
</h3>
176 Capacitors extend part with one additional table of attributes.
178 <div class=
"table sectionedit8"><table class=
"inline">
181 <th class=
"col0 leftalign"> Field
</th><th class=
"col1 leftalign"> Type
</th><th class=
"col2 leftalign"> Units
</th><th class=
"col3 leftalign"> Description
</th>
185 <td class=
"col0 leftalign"> PartID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Part
</td>
188 <td class=
"col0 leftalign"> PackageID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3"> Foreign key to Package
</td>
191 <td class=
"col0"> Capacitance
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> FARADS
</td><td class=
"col3 leftalign"> Capacitance
</td>
194 <!-- EDIT8 TABLE [3972-4219] -->
196 When instantiating a component or creating a heavy symbol, the following database columns map to the following attributes.
198 <div class=
"table sectionedit9"><table class=
"inline">
201 <th class=
"col0 leftalign"> Column
</th><th class=
"col1"> Attribute
</th><th class=
"col2 leftalign"> Notes
</th>
205 <td class=
"col0 leftalign"> Device.DeviceName
</td><td class=
"col1 leftalign"> DEVICE
</td><td class=
"col2 leftalign"> </td>
208 <td class=
"col0"> Capacitor.Capacitance
</td><td class=
"col1 leftalign"> VALUE
</td><td class=
"col2 leftalign"> </td>
211 <!-- EDIT9 TABLE [4345-4533] -->
213 <!-- EDIT7 SECTION "Capacitors" [3885-4534] -->
214 <h3 class=
"sectionedit10" id=
"inductors">Inductors
</h3>
218 Inductors extend part with one additional table of attributes.
220 <div class=
"table sectionedit11"><table class=
"inline">
223 <th class=
"col0 leftalign"> Field
</th><th class=
"col1 leftalign"> Type
</th><th class=
"col2 leftalign"> Units
</th><th class=
"col3 leftalign"> Description
</th>
227 <td class=
"col0 leftalign"> PartID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Part
</td>
230 <td class=
"col0 leftalign"> PackageID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3"> Foreign key to Package
</td>
233 <td class=
"col0"> Inductance
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> HENRYS
</td><td class=
"col3 leftalign"> Inductance
</td>
236 <!-- EDIT11 TABLE [4620-4863] -->
238 When instantiating a component or creating a heavy symbol, the following database columns map to the following attributes.
240 <div class=
"table sectionedit12"><table class=
"inline">
243 <th class=
"col0 leftalign"> Column
</th><th class=
"col1"> Attribute
</th><th class=
"col2 leftalign"> Notes
</th>
247 <td class=
"col0 leftalign"> Device.DeviceName
</td><td class=
"col1 leftalign"> DEVICE
</td><td class=
"col2 leftalign"> </td>
250 <td class=
"col0"> Inductor.Inductance
</td><td class=
"col1 leftalign"> VALUE
</td><td class=
"col2 leftalign"> </td>
253 <!-- EDIT12 TABLE [4989-5171] -->
255 <!-- EDIT10 SECTION "Inductors" [4535-5172] -->
256 <h3 class=
"sectionedit13" id=
"mosfets">MOSFETs
</h3>
260 MOSFETs extend part with one additional table of attributes.
262 <div class=
"table sectionedit14"><table class=
"inline">
265 <th class=
"col0 leftalign"> Field
</th><th class=
"col1 leftalign"> Type
</th><th class=
"col2 leftalign"> Units
</th><th class=
"col3 leftalign"> Description
</th>
269 <td class=
"col0 leftalign"> PartID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Part
</td>
272 <td class=
"col0 leftalign"> PackageID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Package
</td>
275 <td class=
"col0 leftalign"> Polarity
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Either N or P
</td>
278 <td class=
"col0 leftalign"> MaxDrainSourceVoltage
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> VOLTS
</td><td class=
"col3 leftalign"> Maximum drain-source voltage (Absolute maximum rating)
</td>
281 <td class=
"col0 leftalign"> MaxDrainCurrent
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> AMPS
</td><td class=
"col3"> Maximum continuous drain current (Absolute maximum rating)
</td>
284 <td class=
"col0"> TypGateThresholdVoltage
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> VOLTS
</td><td class=
"col3 leftalign"> Typical gate threshold voltage
</td>
287 <td class=
"col0 leftalign"> PowerDissipation
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> WATTS
</td><td class=
"col3 leftalign"> Power dissipation (Pd) not including any derating
</td>
290 <!-- EDIT14 TABLE [5254-6133] -->
292 <!-- EDIT13 SECTION "MOSFETs" [5173-6134] -->
293 <h3 class=
"sectionedit15" id=
"rectifier_small-signal_and_switching_diodes">Rectifier, Small-signal and Switching Diodes
</h3>
297 Rectifier, small-signal and switching diodes extend part with one additional table of
298 attributes. Most diodes can be placed into this table.
308 <div class=
"table sectionedit16"><table class=
"inline">
311 <th class=
"col0 leftalign"> Field
</th><th class=
"col1 leftalign"> Type
</th><th class=
"col2"> Units
</th><th class=
"col3 leftalign"> Description
</th>
315 <td class=
"col0 leftalign"> PartID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Part
</td>
318 <td class=
"col0 leftalign"> PackageID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Package
</td>
321 <td class=
"col0"> MaxReverseVoltage
</td><td class=
"col1"> Physical
</td><td class=
"col2"> VOLTS
</td><td class=
"col3"> Maximum reverse voltage (Absolute maximum rating)
</td>
324 <td class=
"col0"> MaxForwardCurrent
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> AMPS
</td><td class=
"col3"> Maximum forward current (Absolute maximum rating)
</td>
327 <td class=
"col0"> TypForwardVoltage
</td><td class=
"col1"> Physical
</td><td class=
"col2"> VOLTS
</td><td class=
"col3 leftalign"> Typical forward voltage
</td>
330 <td class=
"col0"> AveForwardCurrent
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> AMPS
</td><td class=
"col3 leftalign"> Average forward current
</td>
333 <!-- EDIT16 TABLE [6371-7021] -->
335 The same table contains rectifier, small-signal and switching diodes. These diodes can be
336 placed into separate views using the following criteria.
338 <div class=
"table sectionedit17"><table class=
"inline">
341 <th class=
"col0 leftalign"> Category
</th><th class=
"col1 leftalign"> Criteria
</th><th class=
"col2"> View Name
</th>
345 <td class=
"col0"> Small-signal and switching diodes
</td><td class=
"col1"> AveForwardCurrent
< 0.5 </td><td class=
"col2 leftalign"> TBD
</td>
348 <td class=
"col0 leftalign"> Rectifier diodes
</td><td class=
"col1"> AveForwardCurrent
>=
0.5 </td><td class=
"col2 leftalign"> TBD
</td>
351 <!-- EDIT17 TABLE [7171-7401] -->
353 <!-- EDIT15 SECTION "Rectifier, Small-signal and Switching Diodes" [6135-7402] -->
354 <h3 class=
"sectionedit18" id=
"resistors">Resistors
</h3>
358 Resistors extend part with one additional table of attributes.
360 <div class=
"table sectionedit19"><table class=
"inline">
363 <th class=
"col0 leftalign"> Field
</th><th class=
"col1 leftalign"> Type
</th><th class=
"col2 leftalign"> Units
</th><th class=
"col3 leftalign"> Description
</th>
367 <td class=
"col0 leftalign"> PartID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Part
</td>
370 <td class=
"col0 leftalign"> PackageID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3"> Foreign key to Package
</td>
373 <td class=
"col0"> Resistance
</td><td class=
"col1"> Physical
</td><td class=
"col2 leftalign"> OHMS
</td><td class=
"col3 leftalign"> Resistance
</td>
376 <td class=
"col0 leftalign"> Tolerance
</td><td class=
"col1"> Physical
</td><td class=
"col2"> PERCENT
</td><td class=
"col3 leftalign"> Tolerance
</td>
379 <!-- EDIT19 TABLE [7488-7792] -->
381 When instantiating a component or creating a heavy symbol, the following database columns map to the following attributes.
383 <div class=
"table sectionedit20"><table class=
"inline">
386 <th class=
"col0 leftalign"> Column
</th><th class=
"col1"> Attribute
</th><th class=
"col2 leftalign"> Notes
</th>
390 <td class=
"col0 leftalign"> Device.DeviceName
</td><td class=
"col1 leftalign"> DEVICE
</td><td class=
"col2 leftalign"> </td>
393 <td class=
"col0"> Resistor.Resistance
</td><td class=
"col1 leftalign"> VALUE
</td><td class=
"col2 leftalign"> </td>
396 <!-- EDIT20 TABLE [7918-8100] -->
398 <!-- EDIT18 SECTION "Resistors" [7403-8101] -->
399 <h3 class=
"sectionedit21" id=
"tvs_diodes">TVS Diodes
</h3>
403 TVS diodes extend part with one additional table of attributes.
405 <div class=
"table sectionedit22"><table class=
"inline">
408 <th class=
"col0 leftalign"> Field
</th><th class=
"col1 leftalign"> Type
</th><th class=
"col2"> Units
</th><th class=
"col3 leftalign"> Description
</th>
412 <td class=
"col0 leftalign"> PartID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Part
</td>
415 <td class=
"col0 leftalign"> PackageID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3"> Foreign key to Package
</td>
418 <td class=
"col0 leftalign"> WorkingVoltage
</td><td class=
"col1"> Physical
</td><td class=
"col2"> VOLTS
</td><td class=
"col3 leftalign"> Working voltage
</td>
421 <td class=
"col0"> BreakdownVoltage
</td><td class=
"col1"> Physical
</td><td class=
"col2"> VOLTS
</td><td class=
"col3 leftalign"> Breakdown voltage
</td>
424 <!-- EDIT22 TABLE [8189-8513] -->
426 <!-- EDIT21 SECTION "TVS Diodes" [8102-8514] -->
427 <h3 class=
"sectionedit23" id=
"zener_diodes">Zener Diodes
</h3>
431 Zener diodes extend part with one additional table of attributes.
435 Table name: ZenerDiode
439 View name: ZenerDiodeV
441 <div class=
"table sectionedit24"><table class=
"inline">
444 <th class=
"col0 leftalign"> Field
</th><th class=
"col1 leftalign"> Type
</th><th class=
"col2"> Units
</th><th class=
"col3 leftalign"> Description
</th>
448 <td class=
"col0 leftalign"> PartID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Part
</td>
451 <td class=
"col0 leftalign"> PackageID
</td><td class=
"col1 leftalign"> </td><td class=
"col2 leftalign"> </td><td class=
"col3 leftalign"> Foreign key to Package
</td>
454 <td class=
"col0 leftalign"> TypZenerVoltage
</td><td class=
"col1"> Physical
</td><td class=
"col2"> VOLTS
</td><td class=
"col3 leftalign"> Zener voltage
</td>
457 <td class=
"col0"> PowerDissipation
</td><td class=
"col1"> Physical
</td><td class=
"col2"> WATTS
</td><td class=
"col3"> Power dissipation (Pd) not including any derating
</td>
460 <!-- EDIT24 TABLE [8654-9113] -->
462 <!-- EDIT23 SECTION "Zener Diodes" [8515-] --></body>