Configures the arrays of the start and stop frequencies and the sideband of an offset segment.
Use "subblock(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureOffsetFrequencyArray(string selectorString, double[] offsetStartFrequency, double[] offsetStopFrequency, RFmxLteMXSemOffsetSideband[] offsetSideband)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name, and subblock number. If you do not specify the result name, the default result instance is used. Example:
"subblock0"
"result::r1/subblock0"
You can use the BuildSubblockString(string, int) method to build the selector string.

offsetStartFrequencydouble[]

Specifies the array of the start frequency values of the offset segment relative to the carrier channel bandwidth edge (single-carrier) or the subblock aggregated channel bandwidth edge (multi-carrier). This value is expressed in Hz.

offsetStopFrequencydouble[]

Specifies the array of the stop frequency values of the offset segment relative to the carrier channel bandwidth edge (single-carrier) or the subblock aggregated channel bandwidth edge (multi-carrier). This value is expressed in Hz.

offsetSidebandRFmxLteMXSemOffsetSideband[]

Specifies whether the offset segment is present on one side, or on both sides of the carrier for each offset.

Returns

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