Configures an array of relative mask limits corresponding the start and stop frequencies of the offsets when you set the SetMaskType(string, RFmxWlanMXSemMaskType) method to Custom . The relative limits are relative to the peak power of the carrier.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int ConfigureOffsetRelativeLimitArray(string selectorString, double[] relativeLimitStart, double[] relativeLimitStop)

Parameters

NameTypeDescription
selectorStringstring

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

relativeLimitStartdouble[]

Specifies the array of relative power limits corresponding to the start frequencies of the offsets. The relative limits are relative to the peak power of the carrier. This value is expressed in dB.

relativeLimitStopdouble[]

Specifies the array of relative power limits corresponding to the stop frequencies of the offsets. The relative limits are relative to the peak power of the carrier. This value is expressed in dB.

Returns

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