SetTsc(string, RFmxGsmMXTsc)
- Updated2025-10-13
- 1 minute(s) read
Sets the training sequence code (TSC) to use. This method is applicable only when you set the SetBurstSynchronizationType(string, RFmxGsmMXBurstSynchronizationType) method to Tsc and the SetAutoTscDetectionEnabled(string, RFmxGsmMXAutoTscDetectionEnabled) method to False. For access burst Tsc0, Tsc1, and Tsc2 are applicable. Use "slot(n)" as the selector string to configure or read this method.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int SetTsc(string selectorString, RFmxGsmMXTsc value)
Remarks
This method sets the value of Tsc attribute.The default value is Tsc0.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the slot number. |
| value | RFmxGsmMXTsc | Specifies the training sequence code (TSC) to use. This method is applicable only when you set the SetBurstSynchronizationType(string, RFmxGsmMXBurstSynchronizationType) method to Tsc and the SetAutoTscDetectionEnabled(string, RFmxGsmMXAutoTscDetectionEnabled) method to False. For access burst Tsc0, Tsc1, and Tsc2 are applicable. Use "slot(n)" as the selector string to configure or read this method. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.