NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

CIChannel.PeriodDivisor Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.PeriodDivisor Property
Specifies the value by which to divide the input signal if PeriodMeasurementMethod is LargeRangeTwoCounter. The larger the divisor, the more accurate the measurement. However, too large a value could cause the count register to roll over, which results in an incorrect measurement.

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

Syntax

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

Property Value

Type: Int64
Specifies the value by which to divide the input signal if PeriodMeasurementMethod is LargeRangeTwoCounter. The larger the divisor, the more accurate the measurement. However, too large a value could cause the count register to roll over, which results in an incorrect measurement.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience