VeriStand .NET API Reference

StartLoggingStep.LogFileSegmentingOptions Property

Gets or sets a value indicating whether and how to segment the log file.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property LogFileSegmentingOptions As LogFileSegmentingOptions
C#
public LogFileSegmentingOptions LogFileSegmentingOptions { get; set; }
Visual C++
public:
property LogFileSegmentingOptions LogFileSegmentingOptions {
	LogFileSegmentingOptions get ();
	void set (LogFileSegmentingOptions value);
}

Property Value

An enumeration of LogFileSegmentingOptions. The default value is DoNotSegment.

See Also

Log in to get a better experience