COChannel.CounterTimebaseRate Property
- Updated2023-02-21
- 1 minute(s) read
COChannelCounterTimebaseRate Property
Specifies in Hertz the frequency of the counter timebase. Specifying the rate of a counter timebase allows you to define output pulses in seconds rather than in ticks of the timebase. If you use an external timebase and do not specify the rate, you can define output pulses only in 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 define output pulses in seconds rather than in ticks of the timebase. If you use an external timebase and do not specify the rate, you can define output pulses only in ticks of the timebase.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |