Gets the detected training sequence code (TSC) if you set the SetBurstSynchronizationType(string, RFmxGsmMXBurstSynchronizationType) method to Tsc. Use "slot(n)" as the selector string to read this result. When the SetMeasurementInterval(string, RFmxGsmMXModAccMeasurementInterval) method is set to TimeslotAtOffset, Detected TSC array has one element and the Detected TSC is returned at index 0.

Syntax

Namespace: NationalInstruments.RFmx.GsmMX

public int GetDetectedTsc(string selectorString, out RFmxGsmMXModAccDetectedTsc value)

Remarks

This method gets the value of ModAccResultsDetectedTsc attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name and Slot number. Example: "Slot0", "result::r1/Slot0". You can use the BuildSlotString(string, int) method to build the selector string.

valueout RFmxGsmMXModAccDetectedTsc

Upon return, contains the detected training sequence code (TSC) if you set the SetBurstSynchronizationType(string, RFmxGsmMXBurstSynchronizationType) method to Tsc. Use "slot(n)" as the selector string to read this result. When the SetMeasurementInterval(string, RFmxGsmMXModAccMeasurementInterval) method is set to TimeslotAtOffset, Detected TSC array has one element and the Detected TSC is returned at index 0.

Returns

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