GetSampleClockRateFactor(string, out double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out 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.