NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.LossyLsbRemovalCompressedSampleSize Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.LossyLsbRemovalCompressedSampleSize Property
Specifies the number of bits to return in a raw sample when RawDataCompressionType is set to LossyLsbRemoval.

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

Syntax

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

Property Value

Type: Int64
Specifies the number of bits to return in a raw sample when RawDataCompressionType is set to LossyLsbRemoval.

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