RFmx GSM DotNET

Table of Contents

RFmxGsmMX.ConfigureTsc Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxGsmMX.ConfigureTsc Method

RFmxGsmMXConfigureTsc Method

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

Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int ConfigureTsc(
	string selectorString,
	RFmxGsmMXTsc tsc
)
Public Function ConfigureTsc ( 
	selectorString As String,
	tsc As RFmxGsmMXTsc
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of slot number. Example:
"slot0"
"slot::all"
You can use the BuildSlotString(String, Int32) method to build the selector string.
tsc  RFmxGsmMXTsc
Specifies the training sequence code in the burst. For access burst TSC0, TSC1, and TSC2 are applicable.

Return Value

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

See Also

Log in to get a better experience