RfsgArbSampleClock.Rate Property
- Updated2024-05-08
- 1 minute(s) read
RfsgArbSampleClockRate Property
Gets the rate of the sample clock, in Hertz (Hz), on the arbitrary waveform generator (AWG) module.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public double Rate { get; }
Public ReadOnly Property Rate As Double Get
Property Value
Type: DoubleReturns a Double representing the rate of the sample clock in Hz.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Rate property was accessed after the associated NIRfsg object was disposed. |