FetchDetectedTscArray(string, double, ref RFmxGsmMXModAccDetectedTsc[])
- Updated2025-10-13
- 1 minute(s) read
Fetches the detected training sequence code (TSC) of the last acquisition for GSM/EDGE/EGPRS.
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 FetchDetectedTscArray(string selectorString, double timeout, ref RFmxGsmMXModAccDetectedTsc[] detectedTsc)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. The default is "" (empty string). |
| timeout | double | 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. |
| detectedTsc | ref RFmxGsmMXModAccDetectedTsc[] | Upon return, contains an array of the detected TSCs 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.