Gets the acquisition sample rate, in S/s, when you set the SetMeasurementSampleRateMode(string, RFmxSpecAnMXIdpdMeasurementSampleRateMode) is User. Users should read back the actual sample rate used by the measurement. Actual sample rate may differ from requested sample rate in order to ensure a waveform is phase continuous.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int GetMeasurementSampleRate(string selectorString, out double value)

Remarks

This method gets the value of IdpdMeasurementSampleRate attribute.The default value is 120000000.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueout double

Upon return, contains the acquisition sample rate, in S/s, when you set the SetMeasurementSampleRateMode(string, RFmxSpecAnMXIdpdMeasurementSampleRateMode) is User. Users should read back the actual sample rate used by the measurement. Actual sample rate may differ from requested sample rate in order to ensure a waveform is phase continuous.

Returns

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