Gets 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.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetSampleClockRateFactor(string selectorString, out double value)

Remarks

This method gets 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.

valueout double

Upon return, contains 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.