VeriStand .NET API Reference

DataLoggingFile.LimitValue Property

Gets or sets the value used to determine when to stop logging data to the current log file. This property can represent a size in kilobytes or a time in seconds, depending on the file's LimitType.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property LimitValue As UInteger
C#
public virtual uint LimitValue { get; set; }
Visual C++
public:
virtual property unsigned int LimitValue {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

A 32-bit signed integer representing the current file's limit value.

Remarks

When the limit value is reached, NI VeriStand either stops logging completely or continues logging in a new file, depending on the specified Operation.

See Also

Log in to get a better experience