COChannel.AutoIncrementCount Property
- Updated2023-02-21
- 1 minute(s) read
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public long AutoIncrementCount { get; set; }
Public Property AutoIncrementCount As Long Get Set
Property Value
Type: Int64Specifies a number of timebase ticks by which to increase the time spent in the idle state for each successive pulse.
Exceptions
| Exception | Condition |
|---|---|
| DaqException | The NI-DAQmx driver returned an error. |
Remarks
When this value is greater than 0, NI-DAQmx generates progressively longer pulses until the count register rolls over. At that point, the generated pulses return to the original pulse width and grow progressively longer until the count register rolls over again.
Use this property to provide a clock to an analog input channel for equivalent time sampling (ETS). ETS is a data acquisition technique in which data on a periodic waveform with a frequency higher than the Nyquist frequency of the system is obtained by sampling the waveform at instants in time skewed in relation to the beginning of each period of the waveform.