VeriStand .NET API Reference

LogFileSegmentingOptions Enumeration

Specifies how to segment the log files created during the data logging session.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Member nameDescription
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.

See Also

Log in to get a better experience