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

NameTypeDescription
selectorStringstring

Specifies the slot number.
Example: "slot0".
You can use the BuildSlotString(string, int) method to build the selector string.

valueRFmxGsmMXTsc

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.