Configures an array of positive offset frequencies relative to the carrier frequency for the spectrum measurement because of modulation when you set the SetOffsetFrequencyMode(string, RFmxGsmMXOrfsOffsetFrequencyMode) method to Custom.

Syntax

Namespace: NationalInstruments.RFmx.GsmMX

public int ConfigureModulationCustomOffsetFrequencyArray(string selectorString, float[] modulationCustomOffsetFrequency)

Parameters

NameTypeDescription
selectorStringstring

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

modulationCustomOffsetFrequencyfloat[]

Specifies an array of positive offset frequencies relative to the frequency of the carrier for the spectrum measurement because of modulation when you set the SetOffsetFrequencyMode(string, RFmxGsmMXOrfsOffsetFrequencyMode) method to Custom. This value is expressed in Hz. The lower offset frequency or the negative offset value corresponding to each entry is automatically considered for the measurement.

Returns

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