Stores the sample rate, which you specify in the sampleRate parameter, in the NI-RFSG waveform database.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback

public static int StoreWaveformSampleRate(IntPtr rfsgSession, string waveformName, double sampleRate)

Parameters

NameTypeDescription
rfsgSessionIntPtr

Identifies the instrument session. The rfsgSession handle is obtained from the NIRfsg.DangerousGetInstrumentHandle method.

waveformNamestring

Specifies the name of the waveform for which you want to store the sample rate.

sampleRatedouble

Specifies the sampling rate to store in the NI-RFSG waveform database. This value is expressed in samples per second (S/s).

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.