TimebaseRate
- Updated2025-10-14
- 1 minute(s) read
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".
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double TimebaseRate { get; set; }
Remarks
Specifies a Double representing the frequency.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The TimebaseRate property was accessed after the associated NIRfsa object was disposed. |