RFmx EVDO DotNET

Table of Contents

RFmxEvdoMX.ConfigureCarrierFrequencyArray Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxEvdoMX.ConfigureCarrierFrequencyArray Method

RFmxEvdoMXConfigureCarrierFrequencyArray Method

Configures the carrier frequency of the selected carriers as an offset frequency relative to the center frequency.
Configure the center frequency by using the ConfigureFrequency(String, Double) method. Configure the number of carriers using the ConfigureNumberOfCarriers(String, Int32) method.

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

Syntax

public int ConfigureCarrierFrequencyArray(
	string selectorString,
	double[] carrierFrequency
)
Public Function ConfigureCarrierFrequencyArray ( 
	selectorString As String,
	carrierFrequency As Double()
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
carrierFrequency
Type: SystemDouble
Specifies the carrier frequency. This value is expressed in Hz.

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