RFmx WCDMA DotNET

RFmxWcdmaMXModAccResults.FetchDetectedChannel Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxWcdmaMXModAccResults.FetchDetectedChannel Method

RFmxWcdmaMXModAccResultsFetchDetectedChannel Method

Returns the spreading factor, spreading code, modulation type, and branch of the detected channel of a carrier in the ModAcc measurement.
Use "carrier(n)/channel(k)" as the selector string to read results from this method.

Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int FetchDetectedChannel(
	string selectorString,
	double timeout,
	out int detectedSpreadingFactor,
	out int detectedSpreadingCode,
	out RFmxWcdmaMXModAccDetectedModulationType detectedModulationType,
	out RFmxWcdmaMXModAccDetectedBranch detectedBranch
)
Public Function FetchDetectedChannel ( 
	selectorString As String,
	timeout As Double,
	<OutAttribute> ByRef detectedSpreadingFactor As Integer,
	<OutAttribute> ByRef detectedSpreadingCode As Integer,
	<OutAttribute> ByRef detectedModulationType As RFmxWcdmaMXModAccDetectedModulationType,
	<OutAttribute> ByRef detectedBranch As RFmxWcdmaMXModAccDetectedBranch
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of the result name, carrier number, and channel number. If you do not specify the result name, the default result instance is used.
Example:
"carrier0/channel0"
"result::r1/carrier0/channel0"
You can use the BuildChannelString(String, Int32) method to build the selector string.
timeout  Double
Specifies the time for which the method waits for the measurement to complete. This value is expressed in seconds. A value of -1 specifies that the method waits until the measurement is complete.
detectedSpreadingFactor  Int32
Upon return, contains the spreading factors of the detected channels when you set the SetChannelConfigurationMode(String, RFmxWcdmaMXChannelConfigurationMode) method to AutoDetect. If you set the Channel Configuration Mode method to UserDefined or TestModel, the measurement returns the spreading factor of the configured channel of a carrier.
detectedSpreadingCode  Int32
Upon return, contains the spreading code of the detected channels when you set the Channel Configuration Mode method to AutoDetect. If you set the Channel Configuration Mode method to UserDefined or TestModel, the measurement returns the spreading code of the configured channel of a carrier.
detectedModulationType  RFmxWcdmaMXModAccDetectedModulationType
Upon return, the modulation types of the detected channels, when you set the Channel Configuration Mode method to AutoDetect. If you set the Channel Configuration Mode method to UserDefined or TestModel, the measurement returns the spreading code of the configured channel of a carrier.
detectedBranch  RFmxWcdmaMXModAccDetectedBranch
Upon return, contains the branch of the detected channels when you set the Channel Configuration Mode method to AutoDetect. If you set the Channel Configuration Mode method to UserDefined or TestModel, the measurement returns the branch of the configured channel of a carrier.

Return Value

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

See Also

Log in to get a better experience