Configures the training sequence code (TSC) in the burst.
Use "slot(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.GsmMX

public int ConfigureTsc(string selectorString, RFmxGsmMXTsc tsc)

Parameters

NameTypeDescription
selectorStringstring

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

tscRFmxGsmMXTsc

Specifies the training sequence code in the burst. For access burst TSC0, TSC1, and TSC2 are applicable.

Returns

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