VeriStand .NET API Reference

DataLoggingSpecification.StopLogOnDataLoss Property

Gets or sets a value indicating whether to stop logging data in the case of data loss. The default value is true. If this value is false and data loss occurs, an error will be generated, but data logging will continue.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property StopLogOnDataLoss As Boolean
C#
public bool StopLogOnDataLoss { get; set; }
Visual C++
public:
property bool StopLogOnDataLoss {
	bool get ();
	void set (bool value);
}

See Also

Log in to get a better experience