Skip to content

jinstrong/stdfparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stdfparser

Automatically exported from code.google.com/p/stdfparser

Please be reminded that this tool is only compatible with python2 yet.

This Repo is originally cloned from code.google.com/p/stdfparser, which is already pretty robust and full. I modified/added some more functions so that it makes more meaning and reduces summary & report time:

1: fixed one bug in def _get_Nn:

- return (r, buf[1])

+ return (r, buf[1:])

2: import Pandas to save data to DataFrame and dump to corresponding sheets of integrated excel file;

3: import Multithreading to run in parallel;

possible improvement:

1: further combine data to show in integrated way;

2: enhance argparse function so detailed processing parameters could be sent with terminal commands;

I am new to STDF (ATE) and I am all ears to hear any instruction as well as discussion on related fields.

Thanks,

Jinqiang He

jinqiang.he@hotmail.com

About

Automatically exported from code.google.com/p/stdfparser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages