Sets the factor by which the sample clock rate is multiplied at the transmitter to generate a signal compressed in the frequency domain and expanded in the time domain. For example, a 40 MHz signal can be compressed to 20 MHz in the frequency domain if the sample clock rate is reduced to half at the transmitter. In this case, you must set this method to 0.5 to demodulate the signal.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int SetSampleClockRateFactor(string selectorString, double value)

Remarks

This method sets the value of SampleClockRateFactor attribute.The default value is 1. The valid values are 0.001 to 1, inclusive.

Parameters

NameTypeDescription
selectorStringstring

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

valuedouble

Specifies the factor by which the sample clock rate is multiplied at the transmitter to generate a signal compressed in the frequency domain and expanded in the time domain.

Returns

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