Fetches the detected training sequence code (TSC) of the last burst for GSM/EDGE/EGPRS.
Use "slot(n)" as the selector string to read results from this method.
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 FetchDetectedTsc(string selectorString, double timeout, out RFmxGsmMXModAccDetectedTsc detectedTsc)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name, and slot number. If you do not specify the result name, the default result instance is used. The default is "" (empty string).
Example:
"slot0"
"result::r1/slot0"
You can use the BuildSlotString(string, int) method to build the selector string.

timeoutdouble

Specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete.

detectedTscout RFmxGsmMXModAccDetectedTsc

Upon return, contains the detected TSC when you set the SetBurstSynchronizationType(string, RFmxGsmMXBurstSynchronizationType) method to Tsc.

Returns

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