NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.RawDataCompressionType Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.RawDataCompressionType Property
Specifies the type of compression to apply to raw samples returned from the device.

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

Syntax

public AIRawDataCompressionType RawDataCompressionType { get; set; }
Public Property RawDataCompressionType As AIRawDataCompressionType
	Get
	Set

Property Value

Type: AIRawDataCompressionType
Specifies the type of compression to apply to raw samples returned from the device.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

Refer to the DAQmx Professional Tools Web site for more information and examples of raw data compression and streaming to disk.

See Also

Log in to get a better experience