RFmx GSM DotNET

Table of Contents

RFmxGsmMX.GetBurstType Method

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

RFmxGsmMXGetBurstType Method

Gets the burst type. 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 GetBurstType(
	string selectorString,
	out RFmxGsmMXBurstType value
)
Public Function GetBurstType ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxGsmMXBurstType
) 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  RFmxGsmMXBurstType
Upon return, contains the burst type. 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 BurstType attribute.The default value is NB.

See Also

Log in to get a better experience