RFmx GSM DotNET

Table of Contents

RFmxGsmMX.GetTsc Method

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

RFmxGsmMXGetTsc Method

Gets 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 GetTsc(
	string selectorString,
	out RFmxGsmMXTsc value
)
Public Function GetTsc ( 
	selectorString As String,
	<OutAttribute> ByRef 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
Upon return, contains 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 gets the value of Tsc attribute.The default value is Tsc0.

See Also

Log in to get a better experience