PartSearch - Product registration guide
A few words at beginning
I am trying to grow database so I am interested in new products. But
this database is targeted to semiconductors now so no final products
(as i.e. FM radio) will be indexed.
How to send product parameters
Please do not send any datasheets and fotos. This belongs to your website.
All I need is XML file in defined format in my e-mail.
To the topic please write "PartSearch - product registration".
XML File format
<xml>
<device name="NAME_OF_YOUR_DEVICE">
<category>Operational Amplifiers</category>
<category>Fast operational amplifiers</category>
<description>This is an fast operational amplifier</description>
<parameter name="Vs" min="4V" typ="10V" max="30V" />
<parameter name="Iq" typ="100uA" />
<package>SO16</package>
<package>DIL16</package>
<price>2.01USD</price>
</device>
</xml>
- Each XML file can contain multiple devices.
- For standartized parameters (as i.e. supply voltage = Vs) please look at param matrix. If you don't find
parameter here, you can create your own, but then you also must supply description of parameter in separed
text file.
- Categories can be specified multiple times.
- Packages can be specified multiple times.
- Acceptable scalings are: G,M,k,m,u,n,p,f,%,ppm,dB
For further information please contact me at majkls@prepere.com.
Back to main page