ConfigureRangeFrequencyArray(string, double[], double[], RFmxSpecAnMXSpurRangeEnabled[])
- Updated2025-10-13
- 1 minute(s) read
Configures the frequency start and stop values and specifies whether to enable measurement of the spurious emissions (Spur) in the frequency range.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int ConfigureRangeFrequencyArray(string selectorString, double[] startFrequency, double[] stopFrequency, RFmxSpecAnMXSpurRangeEnabled[] rangeEnabled)
Remarks
This method maps to the RFmxSpecAn_SpurCfgRangeFrequencyArray() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| startFrequency | double[] | Specifies the array of start frequencies of the frequency range, in hertz (Hz), for the measurement. |
| stopFrequency | double[] | Specifies the array of stop frequencies of the frequency range, in Hz, for the measurement. |
| rangeEnabled | RFmxSpecAnMXSpurRangeEnabled[] | Specifies whether to measure the Spur in the frequency range. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.