Gets the detected Cell ID, if the SetAutoCellIDDetectionEnabled(string, RFmxNRMXAutoCellIDDetectionEnabled) method is set to True. A value of -1 is returned, if the measurement fails to auto detect the Cell ID.Gets the user configured Cell ID, if the Auto Cell ID Detection Enabled method is set to False.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetDetectedCellID(string selectorString, out int value)

Remarks

This method gets the value of ModAccResultsDetectedCellID attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name, Carrier number and Subblock number. Example: "Subblock0", "result::r1/Subblock0" or "result::r1/Subblock0/Carrier0". You can use the BuildCarrierString(string, int) method to build the selector string.

valueout int

Upon return, contains the detected Cell ID, if the SetAutoCellIDDetectionEnabled(string, RFmxNRMXAutoCellIDDetectionEnabled) method is set to True. A value of -1 is returned, if the measurement fails to auto detect the Cell ID.Upon return, contains the user configured Cell ID, if the Auto Cell ID Detection Enabled method is set to False.

Returns

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