RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXCdaConfiguration.ConfigureMeasurementChannel Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxTdscdmaMXCdaConfiguration.ConfigureMeasurementChannel Method

RFmxTdscdmaMXCdaConfigurationConfigureMeasurementChannel Method

Configures the physical channel to be analyzed using the spreadingFactor parameter and the channelizationCode parameter.

Namespace:  NationalInstruments.RFmx.TdscdmaMX
Assembly:  NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)

Syntax

public int ConfigureMeasurementChannel(
	string selectorString,
	int spreadingFactor,
	int channelizationCode
)
Public Function ConfigureMeasurementChannel ( 
	selectorString As String,
	spreadingFactor As Integer,
	channelizationCode As Integer
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
spreadingFactor
Type: SystemInt32
Specifies the base spreading factor for code domain power (CDP) analysis.
channelizationCode
Type: SystemInt32
Specifies the channelization code of the code domain analysis (CDA) measurement channel.

Return Value

Type: 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