VeriStand .NET API Reference

DataLoggingSpecification.SegmentFileOnTrigger Property

Gets or sets a value indicating whether to create a new file instance each time the start trigger condition occurs. Segmenting the log file for each start trigger instance ensures that all data logged to a file is contiguous in time.

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 SegmentFileOnTrigger As Boolean
C#
public bool SegmentFileOnTrigger { get; set; }
Visual C++
public:
property bool SegmentFileOnTrigger {
	bool get ();
	void set (bool value);
}

See Also

Log in to get a better experience