DataLoggingFile.LimitValue Property
- Updated2023-02-21
- 2 minute(s) read
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.SystemDefinitionAPIAssembly: 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.