ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgArbSampleClock.Rate Property

RfsgArbSampleClock.Rate Property

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: Double
Returns a Double representing the rate of the sample clock in Hz.

Exceptions

ExceptionCondition
ObjectDisposedException The Rate property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?