ConfigureOffsetFrequencyArray(string, double[], double[], RFmxWlanMXSemOffsetSideband[])
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| offsetStartFrequency | double[] | Specifies the array of offset start frequencies, relative to the carrier frequency. This value is expressed in Hz. |
| offsetStopFrequency | double[] | Specifies the array of offset stop frequencies, relative to the carrier frequency. This value is expressed in Hz. |
| offsetSideband | RFmxWlanMXSemOffsetSideband[] | 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.