NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.LinearEncoderInitialPosition Property

  • 업데이트 날짜:2023-02-21
  • 1분 (읽기 시간)
CIChannel.LinearEncoderInitialPosition Property
Specifies the position of the encoder when the measurement begins. This value is in the units you specify with LinearEncoderUnits.

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

Syntax

public double LinearEncoderInitialPosition { get; set; }
Public Property LinearEncoderInitialPosition As Double
	Get
	Set

Property Value

Type: Double
Specifies the position of the encoder when the measurement begins. This value is in the units you specify with LinearEncoderUnits.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also