NI-DAQmx .NET Framework 4.5 API Reference

Timing.SampleClockTimebaseRate Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.SampleClockTimebaseRate Property
Specifies the rate of the Sample Clock Timebase. Some applications require that you specify a rate when you use any signal other than the onboard Sample Clock Timebase. NI-DAQmx requires this rate to calculate other timing parameters.

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

Syntax

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

Property Value

Type: Double
Specifies the rate of the Sample Clock Timebase. Some applications require that you specify a rate when you use any signal other than the onboard Sample Clock Timebase. NI-DAQmx requires this rate to calculate other timing parameters.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience