LogFileSegmentingOptions Enumeration
- 更新时间2023-02-21
- 阅读时长2分钟
Specifies how to segment the log files created during the data logging session.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| DoNotSegment | Specifies to not segment log files. |
| OnStartTrigger | Creates a new log file when a new start trigger occurs. |
| SizeLimit | Creates a new log file when the current log file reaches a certain size. |
Remarks
You can segment log files according to size limits or when a start trigger occurs. When the segmenting condition is met, NI VeriStand saves and closes the current log file and continues logging data in a new file.