NI-DAQmx .NET Framework 4.5 API Reference

COChannel.CounterTimebaseMasterTimebaseDivisor Property

  • Updated2023-02-21
  • 1 minute(s) read
COChannel.CounterTimebaseMasterTimebaseDivisor Property
Specifies the divisor for an external counter timebase. You can divide the counter timebase in order to generate slower signals without causing the count register to roll over.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public long CounterTimebaseMasterTimebaseDivisor { get; set; }
Public Property CounterTimebaseMasterTimebaseDivisor As Long
	Get
	Set

Property Value

Type: Int64
Specifies the divisor for an external counter timebase. You can divide the counter timebase in order to generate slower signals without causing the count register to roll over.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also