Gets the resolution bandwidth (RBW), in hertz (Hz), which is used by the Harmonics measurement, for the harmonic specified by the selector string.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int GetHarmonicRbw(string selectorString, out double value)

Remarks

This method maps to the RFmxSpecAn_HarmGetResultsHarmonicRBW() function in C.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name and harmonic number. Example: "harmonic0", "result::r1/harmonic0". You can use the BuildHarmonicString2(string, int) method to build the selector string.

valueout double

Upon return, contains the RBW, in Hz, which is used by the Harmonics measurement, for the harmonic specified by the selector string.

Returns

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