ResultLogger.RecordFilesWritten

Syntax

ResultLogger.RecordFilesWritten

Data Type

Boolean

Purpose

Specifies to store the paths of all offline results ( .tsr ) files when TestStand completes writing the file. The default value is False , which specifies to not record the filepaths. When this property is True , the internal record of completed files grows without bound unless you periodically pass True to the ResultLogger.GetFilesWritten method to clear the internal record.

Remarks

Changing the value of the ResultLogger.RecordFilesWritten property from True to False only prevents TestStand from recording additional completed files and does not clear the internal record of files already completed. Call the ResultLogger.GetFilesWritten method to obtain or clear the list of complete offline results files.

You can also modify the PreUUTLoop callback to record completed files.

See Also

ResultLogger.GetFilesWritten