RFmx GSM DotNET

Table of Contents

RFmxGsmMX.SetBurstType Method

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

RFmxGsmMXSetBurstType Method

Sets 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 SetBurstType(
	string selectorString,
	RFmxGsmMXBurstType value
)
Public Function SetBurstType ( 
	selectorString As String,
	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
Specifies 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 sets the value of BurstType attribute.The default value is NB.

See Also

Log in to get a better experience