NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIRawSampleJustification Enumeration

AIRawSampleJustification Enumeration

AIRawSampleJustification Enumeration

Indicates the justification of a raw sample from the device.

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

Syntax

public enum AIRawSampleJustification
Public Enumeration AIRawSampleJustification

Members

  Member nameValueDescription
RightJustified10279Samples occupy the lower bits of the integer.
LeftJustified10209Samples occupy the higher bits of the integer.

Remarks

Indicates the justification of a raw sample from the device. Use this enumeration to get or set the value of RawSampleJustification.

See Also

Was this information helpful?