VeriStand .NET API Reference

StartLoggingStep.TimestampFile Property

Gets or sets whether a timestamp is appended to the log file name when logging begins. The timestamp contains the month, day, year, hour, minute and second at which logging begins.

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 TimestampFile As Boolean
C#
public bool TimestampFile { get; set; }
Visual C++
public:
property bool TimestampFile {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) to append a timestamp to the file name.

See Also

Log in to get a better experience