RFmx GSM DotNET

Table of Contents

RFmxGsmMX.ConfigureSignalType Method

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

RFmxGsmMXConfigureSignalType Method

Configures the signal type.
Use "slot(n)" as the selector string to configure 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 ConfigureSignalType(
	string selectorString,
	RFmxGsmMXModulationType modulationType,
	RFmxGsmMXBurstType burstType,
	RFmxGsmMXHBFilterWidth hbFilterWidth
)
Public Function ConfigureSignalType ( 
	selectorString As String,
	modulationType As RFmxGsmMXModulationType,
	burstType As RFmxGsmMXBurstType,
	hbFilterWidth As RFmxGsmMXHBFilterWidth
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of slot number. Example:
"slot0"
"slot::all"
You can use the BuildSlotString(String, Int32) method to build the selector string.
modulationType  RFmxGsmMXModulationType
Specifies the modulation type of the signal.
burstType  RFmxGsmMXBurstType
Specifies the burst type.
hbFilterWidth  RFmxGsmMXHBFilterWidth
Specifies the filter width when you set the burstType parameter to HB.

Return Value

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

See Also

Log in to get a better experience