DAQLogging.SpanMultipleFiles Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value indicating whether to create a new log file when you reach the SamplesPerFile limit.
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 Property SpanMultipleFiles As Boolean |
| C# |
|---|
public bool SpanMultipleFiles { get; set; } |
| Visual C++ |
|---|
public: property bool SpanMultipleFiles { bool get (); void set (bool value); } |
Property Value
true (True in Visual Basic) if a new file is created when the SamplesPerFile limit is reached. The default value is false (False in Visual Basic).
Remarks
When this property is true (True in Visual Basic) and the SamplesPerFile limit is reached, NI VeriStand creates new files with the naming convention of
filename_####.tdms, where #### starts at 0001 and increments automatically with each new file. For example, if the file specified is C:\data.tdms, the next filename used is C:\data_0001.tdms.