Standard Test Data Format: Difference between revisions

Content deleted Content added
cleanup, add new python link and update some old links, remove excessive spry software spam links (sorry chris)
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1:
'''Standard Test Data Format''' ('''STDF''') is a proprietary [[file format]] for [[semiconductor]] test information originally developed by [[Teradyne]], but it is now a [[de facto standard]] widely used throughout the semiconductor industry. It is a commonly used format produced by [[automatic test equipment]] (ATE) platforms from companies such as [[Cohu]], [[Roos Instruments]], [[Teradyne]], [[Advantest]], SPEA S.p.A, and others.
 
STDF is a [[binary file|binary]] format, but can be converted either to an [[ASCII]] format known as ATDF or to a tab delimited text file. Decoding the STDF variable length binary field data format to extract ASCII text is non-trivial as it involves a detailed comprehension of the STDF specification, the current (2007) version 4 specification being over 100 pages in length. Software tools exist for processing STDF generated files and performing [[statistical analysis]] on a population of [[device under test|tested devices]].
 
* [http://www.kanwoda.com/wp-content/uploads/2015/05/std-spec.pdf STDFReference: VersionSTDF 4Specifications specificationV4]
==References==
{{Reflist}}
* {{Cite web|url=https://www.yieldhub.com/latest/category/stdf/#entries|title=yieldHUB|last=|first=|date=|website=yieldHUB.com|url-status=live|archive-url=|archive-date=|access-date=}}
 
== External links ==
 
=== Specification ===
* [http://www.kanwoda.com/wp-content/uploads/2015/05/std-spec.pdf STDF Version 4 specification]
 
=== Standards developing organizations ===
* [http://grouper.ieee.org/groups/ttsg/ IEEE Test Technology Standards Group/Committee]
 
=== External libraries ===
* [http://freestdf.sourceforge.net/ C library for processing STDF related data]
* [http://code.google.com/p/stdf4j/ Java library for processing STDF related data]
* [https://github.com/marklio/LinqToStdf .NET library from reading and writing STDF files]
* [http://decibel.ni.com/content/docs/DOC-15174 LabVIEW library for processing STDF related data]
* [https://github.com/Semi-ATE/STDF Python module under active development]
* [https://github.com/cmars/pystdf Python module to process STDF files (only STDFv4 format)]
* [http://code.google.com/p/stdfparser/ Python module to process STDF files (both STDFv3 and STDFv4 format)]
* [http://stdf.radar.googlepages.com/ R based open source data analysis tool for STDF and other ATE formatted data]
* [https://www.npmjs.com/package/stdfjs/ JavaScript package to process STDF files]
 
=== Additional links ===
 
* [https://yieldhub.com/2019/01/11/stdf-standard-test-data-format/ STDF resources]
* [https://sprysoftware.net/quickedit-stdf-editor/ STDF Viewer/Editor (commercial software)]
[[Category:Computer file formats]]
[[Category:Hardware testing file formats]]