NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIChannel.CounterTimebaseSource Property

CIChannel.CounterTimebaseSource Property

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: String
Specifies the terminal of the timebase to use for the counter.

Exceptions

ExceptionCondition
DaqExceptionThe 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.

See Also

Was this information helpful?