ConfigureOffsetRelativeLimitArray(string, double[], double[])
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| relativeLimitStart | double[] | 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. |
| relativeLimitStop | double[] | 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.