VeriStand .NET API Reference

StartLoggingStep.ReplaceFile Property

Gets or sets whether NI VeriStand overwrites an existing log file if a new logging operation with the same FilePath starts.

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

Property Value

true (True in Visual Basic) to overwrite an existing log file. false (False in Visual Basic) to append data to the end of the existing log file.

See Also

Log in to get a better experience