Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Where is collection of data sheets of large table with parameters as columns and models as rows?

Something like:

Model        Breakdown_voltage On_resistance <other_values>
QWERTY122AS  120V              6_Ohm         ....
AWERTY123SD  30V               1_Ohm         ....
<all other popular models>

for transistors, diodes and other parts.

When searching Google it usually provides data for one/few models or even offer download a PDF file. Where to find it in bulk?

share|improve this question
In the late Paleozoic manufacturers would publish their collected datasheets on things called CD-ROMs. I still have a number of those. For instance the Motorola collection required 2 CDs. That was before DVDs. – stevenvh Aug 10 '11 at 8:54
I see there is many disjoint databases per manufacturer, unlikely with standard interface. Is there a comprehensive database of all parts (both currently available and legacy) of all manufacturers with their basic characteristics? – Vi0 Aug 11 '11 at 15:31

3 Answers

Octopart has an API. That will give you the PDF's in bulk, subject to rate limits.

share|improve this answer

Digikey/Mouser parametric search is probably the most useful tool for finding data on a part based on parameters, assuming that's what you want to do

share|improve this answer

Many manufacturers have parametric tables available for each of their part classes, often available for export to .xls. For example, here's Fairchild's discrete MOSFET table. If you want something very specific, that will probably be the way to go. You could try compiling these tables.

Different manufacturers will characterize different parameters and use different test setups, so it would be hard to come up with a full list. However, distributors are in exactly that business. Either use the Digikey/Mouser search online, or download their catalogs. Digikey's is available as an interactive (downloadable) HTML here, and Mouser's is here. Note that these documents are a couple hundred megabytes, and a couple thousand pages.

share|improve this answer
1  
I was going to link in Atmel's microcontroller tables, but they seem to have reorganized their website to do away with those. Can anyone find them? – Kevin Vermeer Feb 7 '11 at 15:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.