RfsaDigitizerSampleClock.TimebaseRate Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
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
DoubleSpecifies a Double representing the frequency.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The TimebaseRate property was accessed after the associated NIRfsa object was disposed. |