NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Timing.MasterTimebaseRate Property

Timing.MasterTimebaseRate Property

TimingMasterTimebaseRate Property

Specifies the rate of the Master Timebase.

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

Syntax

public double MasterTimebaseRate { get; set; }
Public Property MasterTimebaseRate As Double
	Get
	Set

Property Value

Type: Double
Specifies the rate of the Master Timebase.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This property is useful only when the source of the Master Timebase is not the onboard 20 MHz timebase. NI-DAQmx requires the Master Timebase rate to calculate other timing parameters.

See Also

Was this information helpful?