RFmx WCDMA DotNET

RFmxWcdmaMX.ConfigureUplinkTestModel Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxWcdmaMX.ConfigureUplinkTestModel Method

RFmxWcdmaMXConfigureUplinkTestModel Method

Configures the uplink test model.
Use "carrier(n)" as the selector string to configure this method.

Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int ConfigureUplinkTestModel(
	string selectorString,
	RFmxWcdmaMXUplinkTestModel uplinkTestModel
)
Public Function ConfigureUplinkTestModel ( 
	selectorString As String,
	uplinkTestModel As RFmxWcdmaMXUplinkTestModel
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of carrier number. Example:
"carrier0"
You can use the BuildCarrierString(String, Int32) method to build the selector string.
uplinkTestModel  RFmxWcdmaMXUplinkTestModel
Specifies the uplink test model when the user sets the SetChannelConfigurationMode(String, RFmxWcdmaMXChannelConfigurationMode) method to TestModel. Each test model is a set of channel configurations defined by the standard.

Each uplink test model is a set of channel configurations as defined by the reference measurement channels in tables C.2.1, C.2.2, C.2.3, C.2.4, C.2.5, C.10.1.4, C.11.1.3, or C.11.1.4 of the 3GPP TS 34.121-1 specification. Released specifications from version 6.3.0, release 6 to version 11.5.0, release 11 are supported. Reference measurement channels in multiple releases of the specification can be the same. Each uplink test model name starts with R(n), where n is the oldest release number with a given set of channel configurations.

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