cmars / pystdf

Python module for working with STDF files
GNU General Public License v2.0
144 stars 83 forks source link

dump PRR records in STDF to txt #39

Open AnouarBenQ opened 1 year ago

AnouarBenQ commented 1 year ago

Hi Guys,

I want to dump PRR records from any STDF file, I don't see a way to make use of the PRR class in the V4.py can anybody help.

Thanks guys

florisla commented 10 months ago

Have you seen this?

https://code.google.com/archive/p/pystdf/wikis/Tutorial.wiki

Alternatively, take a look at scripts/stdf2excel.py . It should not be too hard to skip all records which are not PRR, and then modify the code to generate the output you need.