RFmx GSM DotNET

Table of Contents

RFmxGsmMXModAccResults.GetDetectedTsc Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxGsmMXModAccResults.GetDetectedTsc Method

RFmxGsmMXModAccResultsGetDetectedTsc Method

Gets the detected training sequence code (TSC) if you set the SetBurstSynchronizationType(String, RFmxGsmMXBurstSynchronizationType) method to Tsc. Use "slot(n)" as the selector string to read this result.

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 GetDetectedTsc(
	string selectorString,
	out RFmxGsmMXModAccDetectedTsc value
)
Public Function GetDetectedTsc ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxGsmMXModAccDetectedTsc
) As Integer

Parameters

selectorString  String
Specifies the result name and Slot number. Example: "Slot0", "result::r1/Slot0". You can use the BuildSlotString(String, Int32) method to build the selector string.
value  RFmxGsmMXModAccDetectedTsc
Upon return, contains the detected training sequence code (TSC) if you set the SetBurstSynchronizationType(String, RFmxGsmMXBurstSynchronizationType) method to Tsc. Use "slot(n)" as the selector string to read this result.

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 ModAccResultsDetectedTsc attribute.

See Also

Log in to get a better experience