NIRfsa Namespace

Table of Contents

RfsaDigitizerSampleClock.TimebaseRate Property

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDigitizerSampleClock.TimebaseRate Property

RfsaDigitizerSampleClockTimebaseRate Property

Gets or sets the frequency, in hertz (Hz), of the external clock used as the timebase source, if you set the TimebaseSource property to an external source, such as "ClkIn" or "LORefClk".

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

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

Property Value

Double
Specifies a Double representing the frequency.

Exceptions

ExceptionCondition
ObjectDisposedException The TimebaseRate property was accessed after the associated NIRfsa object was disposed.

See Also

Log in to get a better experience