CIChannel.CounterTimebaseSource Property
- Updated2023-02-21
- 1 minute(s) read
CIChannelCounterTimebaseSource Property
Specifies the terminal of the timebase to use for the counter.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public string CounterTimebaseSource { get; set; }
Public Property CounterTimebaseSource As String Get Set
Property Value
Type: StringSpecifies the terminal of the timebase to use for the counter.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |
Remarks
Typically, NI-DAQmx uses one of the internal counter timebases when performing counter measurements. Use this property to specify an external timebase and produce custom measurement ranges that are not possible with the internal timebases.
You also can use this property to chain counters together. By using the output of a counter as the timebase of another counter, you can effectively widen a counter. For example, you can chain two 24 bit counters together to produce one 48 bit counter.