Origen-SDK / origen_testers

Origen drivers/APIs for ATE tester platforms
http://origen-sdk.org/testers
MIT License
11 stars 23 forks source link

Prevent test number duplication (violates STDF standards) #172

Closed pderouen closed 3 years ago

pderouen commented 3 years ago

This change was requested to bring an existing app up to STDF standards compliance. It does open the possibility of creating a scenario where the auto-incremented test numbers over run the test number for a subsequent test. Either case the duplicated test numbers are not allowed and cause issues with STDF output.

The other option for correcting the test numbers in an app is to use sub tests to create use-limit lines. In this case the app can define the tnum or leave it blank.

pderouen commented 3 years ago

Any thoughts on this? This PR has been sitting for a while.

redxeth commented 3 years ago

@pderouen Sorry, it looks like a small change. I've asked Fazila to take a look since it's her request.