我们将创建一个最小的STDF文件,它将仅包含File Attributes Record (FAR) 和 Master Information Record (MIR),因为它们是每个STDF文件必需的。 它的格式如下: STDF File ├── FAR (File Attributes Record) │ ├── Header (6 bytes) │ │ ├── REC_LEN (2 bytes) : Length of FAR record includ...
1. 这行代码会将stdf库安装到你的Python环境中,便于后续读取和处理STDF文件。 2. 读取STDF文件 下面的代码展示了如何读取STDF文件: importstdf# 读取STDF文件stdf_file=stdf.StdfFile('example.stdf')# 替换为你的STDF文件路径 1. 2. 3. 4. 在这段代码中,我们导入了stdf库并定义了一个stdf_file对象,读取指...
接下来,在Python代码中导入这两个库,并打开你的STDF文件。 importpandasaspd# 导入pandas库importstdf# 导入stdf库# 打开STDF文件filename='your_file.stdf'# 替换为你的STDF文件路径data=stdf.Reader(filename)# 使用stdf.Reader打开文件 1. 2. 3. 4. 5. 6. import语句引入所需的库。 stdf.Reader用于打开S...
The Standard Test Data Format (STDF) Log is a standard file format for storing test station information, lot information, and semiconductor test result data. Note When you retest a DUT, the STDF file includes the PIR, PRR, PTR, and FTR records for every test run, including retests. The ...
Office File FormatsTechnical Documents Technical Documents[MS-DOC]: Word (.doc) Binary File Format [MS-DOC]: Word (.doc) Binary File Format 1 Introduction2 Structures 2 Structures 2.1 File Structure 2.2 Fundamental Concepts 2.3 Document Parts ...
[MS-DOC]: Word (.doc) Binary File Format [MS-DOC]: Word (.doc) Binary File Format 1 Introduction2 Structures 2 Structures 2.1 File Structure 2.2 Fundamental Concepts 2.3 Document Parts 2.4 Document Content 2.5 The File Information Block...
FileAttributesRecord(FAR)16 AuditTrailRecord(ATR)17 MasterInformationRecord(MIR)18 MasterResultsRecord(MRR)21 PartCountRecord(PCR)22 HardwareBinRecord(HBR)23 SoftwareBinRecord(SBR)25 PinMapRecord(PMR)27 PinGroupRecord(PGR)29 PinListRecord(PLR)30 RetestDataRecord(RDR)32 SiteDescriptionRecord(SDR)33 ...
介绍STDF(Standard Test Data Format)通用测试数据格式的概念和用途。讲述STDF手册的编写目的,并指出本手册的适用范围和读者对象。 2. STDF的结构和文件格式 解释STDF文件的整体结构,包括文件头(File Header Record)、文件主体(Body)、文件尾(File Trailer Record)和记录(Record)的概念。详细介绍每个部分的功能和内容,...
STDF file is parsed, you recieve record "events" in callback functions Refer to the provided command line scripts for ideas on how to use PySTDF: stdf2text, convert STDF to '|' delimited text format. stdf2excel, convert STDF to MS Excel. stdf_slice, an example of how to seek to a...
Format STDF ~ ·· 。它的目的就是让测试机厂家与 用户能够在UNIX、Windows平台下的不同测试机 上统一使用。虽然STDF为非I 标准数据格式, 但实际上,由于以上优点,世界上大部份测试机 生产商已经采用了这种标准。因此,STDF已经 被广泛地应用于存储各种各样的从测试机而来的 ...