NI-DAQmx .NET Framework 4.0 API Reference

DaqStream.LoggingMode Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.LoggingMode Property
Specifies whether to enable logging and whether to allow reading data while logging. Log mode allows for the best performance. However, you cannot read data while logging if you specify this mode. If you want to read data while logging, specify Log and Read mode.

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

Syntax

public LoggingMode LoggingMode { get; set; }
Public Property LoggingMode As LoggingMode
	Get
	Set

Property Value

Type: LoggingMode
Specifies whether to enable logging and whether to allow reading data while logging. Log mode allows for the best performance. However, you cannot read data while logging if you specify this mode. If you want to read data while logging, specify Log and Read mode.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience