Programmatically Acquire STDF File Path in TestStand Semiconductor Module

Updated Jun 3, 2026

Reported In

Software

  • TestStand
  • TestStand Semiconductor Module

Issue Details

I would like to acquire the STDF file path, file name, and the date and the time of the file generated with TestStand Semiconductor Module. How can I achieve this?

Solution

The easiest way to get this information is to get StdfLogFilePath with Get Test Information step in Semiconductor Module step.

 

Keep in mind that it is not possible to get this information before MainSequence step since the file is generated in either PreBatch or PreUUT step. The time and date is by default included in the file name, so by getting the file name, you can also get the file name, time and date as well.