CIChannel.FrequencyDivisor Property
- Updated2023-02-21
- 1 minute(s) read
CIChannelFrequencyDivisor Property
Specifies the value by which to divide the input signal if FrequencyMeasurementMethod 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 FrequencyDivisor { get; set; }
Public Property FrequencyDivisor As Long Get Set
Property Value
Type: Int64Specifies the value by which to divide the input signal if FrequencyMeasurementMethod 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |