NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

DaqStream.LoggingFileWriteSize Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.LoggingFileWriteSize Property
Specifies the size, in samples, in which data will be written to disk. The size must be evenly divisible by the volume sector size, in bytes.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public long LoggingFileWriteSize { get; set; }
Public Property LoggingFileWriteSize As Long
	Get
	Set

Property Value

Type: Int64
Specifies the size, in samples, in which data will be written to disk. The size must be evenly divisible by the volume sector size, in bytes.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience