Configures the array of offset start and stop frequencies and specifies whether the offsets are present on one side, or on both the sides of the carrier when you set the SetMaskType(string, RFmxWlanMXSemMaskType) method to Custom .

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

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

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

offsetStartFrequencydouble[]

Specifies the array of offset start frequencies, relative to the carrier frequency. This value is expressed in Hz.

offsetStopFrequencydouble[]

Specifies the array of offset stop frequencies, relative to the carrier frequency. This value is expressed in Hz.

offsetSidebandRFmxWlanMXSemOffsetSideband[]

Specifies whether the offset segments present on one or both sides of the carrier.

Returns

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