There are two ways to capture WST data:
The data is written into the C:\WST directory, in files with names of the form APPNAME.WSP and APPNAME.TMI. If you write data multiple times, the file extensions from each run will be modified to .W?? and .T??, where ?? is a hexadecimal number between 0x01 and 0xFF. The number indicates the run number.
You can concatenate multiple .WSP and .TMI files for analysis using the WSTCAT utility. It produces composite .WSP and .TMI files, after renaming the original ones to .WXX and .TXX. The weight of the files in the concatenated result depends on the length of each experiment, or more accurately—because you might have varied the time interval—on the number of snapshots in each. The bits for each function from the multiple files are concatenated.