RfsaReferenceClock.Rate Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets or sets the rate of the Reference clock, in hertz (Hz).
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double Rate { get; set; }
Public Property Rate As Double Get Set
Property Value
DoubleSpecifies a Double representing the rate of the Reference clock. The default value is 10 MHz.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Rate property was accessed after the associated NIRfsa object was disposed. |