VeriStand .NET API Reference

DAQLogging.SamplesPerFile Property

Gets or sets a limit to the number of samples per channel to log to the current file when SpanMultipleFiles is true (True in Visual Basic). This property not active if SpanMultipleFiles is false (False in Visual Basic) because NI VeriStand logs to the current file without limiting the number of samples.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property SamplesPerFile As ULong
C#
public ulong SamplesPerFile { get; set; }
Visual C++
public:
property unsigned long long SamplesPerFile {
	unsigned long long get ();
	void set (unsigned long long value);
}

Property Value

The maximum number of samples per channel to log to the current file. The default value is 100000.

See Also

Log in to get a better experience