RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXModAccResults.GetDetectedSlotIndex Method

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

RFmxTdscdmaMXModAccResultsGetDetectedSlotIndex Method

Gets the slot index of the detected 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 GetDetectedSlotIndex(
	string selectorString,
	out int value
)
Public Function GetDetectedSlotIndex ( 
	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 slot index of the detected 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 ModAccResultsDetectedSlotIndex attribute.

See Also

Log in to get a better experience