VeriStand .NET API Reference

DataLoggingSpecification.SegmentingSpecification Property

Gets or sets a value indicating the condition that determines when to segment a log file. When the condition occurs, the current instance of the log file is closed, and data continues to be logged to a new log file instance.

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

See Also

Log in to get a better experience