NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

CIChannel.CounterTimebaseMasterTimebaseDivisor Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.CounterTimebaseMasterTimebaseDivisor Property
Specifies the divisor for an external counter timebase. You can divide the counter timebase in order to measure 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 measure slower signals without causing the count register to roll over.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience