NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

COChannel.CounterTimebaseSource Property

  • Updated2023-02-21
  • 1 minute(s) read
COChannel.CounterTimebaseSource Property
Specifies the terminal of the timebase to use for the counter. Typically, NI-DAQmx uses one of the internal counter timebases when generating pulses. Use this property to specify an external timebase and produce custom pulse widths that are not possible using the internal timebases.

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. Typically, NI-DAQmx uses one of the internal counter timebases when generating pulses. Use this property to specify an external timebase and produce custom pulse widths that are not possible using the internal timebases.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience