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

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureOffsetFrequency(string selectorString, double offsetStartFrequency, double offsetStopFrequency, RFmxLteMXSemOffsetSideband offsetSideband)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the signal name, subblock number, and offset number.
Example:
"subblock0/offset0"
You can use the BuildOffsetString(string, int) method to build the selector string.

offsetStartFrequencydouble

Specifies the start frequency of an 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 stop frequency of an 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.

Returns

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