VeriStand .NET API Reference

StartLoggingStep.FilePath Property

Gets or sets the path to the log file to save data to. The Stimulus Profile Editor creates log files in the TDMS file format.

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 FilePath As String
C#
public string FilePath { get; set; }
Visual C++
public:
property String^ FilePath {
	String^ get ();
	void set (String^ value);
}

Property Value

The path to the log file (.tdms) on disk.

See Also

Log in to get a better experience