Gets the path to the folder on disk where test result data is stored. When a stimulus profile finishes executing, NI VeriStand generates an XML file with the results of the test and saves it in this folder. The file adheres to the Automatic Test Markup Language (ATML) standard.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property ResultsDirectory As String |
| C# |
|---|
public string ResultsDirectory { get; set; } |
| Visual C++ |
|---|
public:
property String^ ResultsDirectory {
String^ get ();
void set (String^ value);
} |
Property Value
The path to the results directory.