NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Timing.SampleClockTimebaseMasterTimebaseDivisor Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.SampleClockTimebaseMasterTimebaseDivisor Property
Specifies the number of pulses of the Master Timebase needed to produce a single pulse of the Sample Clock Timebase.

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

Syntax

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

Property Value

Type: Int64
Specifies the number of pulses of the Master Timebase needed to produce a single pulse of the Sample Clock Timebase.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

The rate of the Sample Clock Timebase is equal to (frequency of Master Timebase) / (value of this property). The only valid values for this property are 1 and 200.

Setting this property has a similar effect to setting SampleClockTimebaseRate. Use SampleClockTimebaseRate when you know the rate of the Master Timebase and you want to produce a Sample Clock Timebase at the specified rate. Use this property when you have an external Master Timebase that you want to divide down and use as the Sample Clock Timebase, but you do not know rate of that external Master Timebase.

See Also

Log in to get a better experience