RFmxSpecAnMXHarmConfiguration.SetHarmonicMeasurementInterval Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Sets the acquisition time, in seconds, for the harmonic.
Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int SetHarmonicMeasurementInterval( string selectorString, double value )
Public Function SetHarmonicMeasurementInterval ( selectorString As String, value As Double ) As Integer
Parameters
- selectorString String
- Specifies the harmonic number. Example: "harmonic0". You can use the BuildHarmonicString2(String, Int32) method to build the selector string.
- value Double
- Specifies the acquisition time, in seconds, for the harmonic.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes an error or warning condition.
Remarks
This method maps to the RFmxSpecAn_HarmSetHarmonicMeasurementInterval() function in C.