NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.LinearEncoderUnits Property

  • 업데이트 날짜:2023-02-21
  • 1분 (읽기 시간)
CIChannel.LinearEncoderUnits Property
Specifies the units to use to return linear encoder measurements from the channel.

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

Syntax

public CILinearEncoderUnits LinearEncoderUnits { get; set; }
Public Property LinearEncoderUnits As CILinearEncoderUnits
	Get
	Set

Property Value

Type: CILinearEncoderUnits
Specifies the units to use to return linear encoder measurements from the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also