RFmx LTE DotNET

Table of Contents

RFmxLteMX.ConfigureFrequency Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMX.ConfigureFrequency Method

RFmxLteMXConfigureFrequency Method

Configures the expected carrier frequency of the RF signal to acquire. The signal analyzer tunes to this frequency.
Use "subblock(n)" as the selector string to configure this method.

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int ConfigureFrequency(
	string selectorString,
	double centerFrequency
)
Public Function ConfigureFrequency ( 
	selectorString As String,
	centerFrequency As Double
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the subblock number.
Example:
"subblock0"
You can use the BuildSubblockString(String, Int32) method to build the selector string.
centerFrequency
Type: SystemDouble
Specifies the center frequency of the acquired RF signal for a single carrier. The parameter specifies the reference frequency of the subblock for intra-band carrier aggregation. The default value of this parameter is hardware dependent.

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