RFmx GSM DotNET

Table of Contents

RFmxGsmMX.SetTsc Method

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

RFmxGsmMXSetTsc Method

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.

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 SetTsc(
	string selectorString,
	RFmxGsmMXTsc value
)
Public Function SetTsc ( 
	selectorString As String,
	value As RFmxGsmMXTsc
) As Integer

Parameters

selectorString  String
Specifies the slot number.
Example: "slot0".
You can use the BuildSlotString(String, Int32) method to build the selector string.
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.

Return Value

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

Remarks

This method sets the value of Tsc attribute.The default value is Tsc0.

See Also

Log in to get a better experience