RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXModAccResults.GetDetectedSpreadingFactor Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxTdscdmaMXModAccResults.GetDetectedSpreadingFactor Method

RFmxTdscdmaMXModAccResultsGetDetectedSpreadingFactor Method

Gets the spreading factor of the selected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result.

Namespace:  NationalInstruments.RFmx.TdscdmaMX
Assembly:  NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)

Syntax

public int GetDetectedSpreadingFactor(
	string selectorString,
	out int value
)
Public Function GetDetectedSpreadingFactor ( 
	selectorString As String,
	<OutAttribute> ByRef value As Integer
) As Integer

Parameters

selectorString
Type: SystemString
Specifies the result name and Channel number. Example: "Channel0", "result::r1/Channel0". You can use the BuildChannelString(String, Int32) method to build the selector string.
value
Type: SystemInt32
Upon return, contains the spreading factor of the selected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result.

Return Value

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

Remarks

This method gets the value of ModAccResultsDetectedSpreadingFactor attribute.

See Also

Log in to get a better experience