Tasks/Steps/Elements
Took a stdf file and just written it under test2.stdf
with open('test2.stdf', 'wb') as new_stdf: for REC in STDF.records_from_file(f): new_stdf.write(REC.__repr__())
I generated SORT Parametric Data from the stdf and some PTR coords changed to PASS when they were FAIL.
When comparing even in sizes. test2.stdf is now 2x the original stdf.
Versions checklist
- Spyder version: >= 5
- Python version: 3.7, 3.8
- Qt version: all
- PyQt version: all
- Operating System name/version:
- client : Windows/Linux/macOS