NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

AIRawDataCompressionType Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AIRawDataCompressionType Enumeration
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.45.49302

Syntax

public enum AIRawDataCompressionType
Public Enumeration AIRawDataCompressionType

Members

  Member nameValueDescription
None10230Do not compress samples.
LosslessPacking12555Remove unused bits from samples. No resolution is lost.
LossyLsbRemoval12556Remove unused bits from samples. Then, if necessary, remove bits from samples until the samples are the size specified with LossyLsbRemovalCompressedSampleSize. This compression type limits resolution to the specified sample size.

Remarks

Specifies the type of compression to apply to raw samples returned from the device. Use this enumeration to get or set the value of RawDataCompressionType.

See Also

Log in to get a better experience