CIChannel.CounterTimebaseRate Property
- Updated2023-02-21
- 1 minute(s) read
CIChannelCounterTimebaseRate Property
Specifies in Hertz the frequency of the counter timebase. Specifying the rate of a counter timebase allows you to take measurements in terms of time or frequency rather than in ticks of the timebase. If you use an external timebase and do not specify the rate, you can take measurements only in terms of ticks of the timebase.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double CounterTimebaseRate { get; set; }
Public Property CounterTimebaseRate As Double Get Set
Property Value
Type: DoubleSpecifies in Hertz the frequency of the counter timebase. Specifying the rate of a counter timebase allows you to take measurements in terms of time or frequency rather than in ticks of the timebase. If you use an external timebase and do not specify the rate, you can take measurements only in terms of ticks of the timebase.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |