RFmxPulseMX.AnalyzeIQ1Waveform Method
- Updated2024-07-17
- 2 minute(s) read
RFmxPulseMXAnalyzeIQ1Waveform Method
Performs the enabled measurements on the I/Q complex waveform that you specify in IQ parameter. Call this method after you configure the signal and measurement methods. You can fetch measurement results using the Fetch methods or result methods in the method node.
Use this method only if the RFmxInstrMX.GetRecommendedAcquisitionType method value is either IQ or IQorSpectral.
Query the Recommended Acquisition Type method from the RFmxInstr Property Node after calling the RFmx Pulse Commit method.
Query the Recommended Acquisition Type method from the RFmxInstr Property Node after calling the RFmx Pulse Commit method.
Namespace: NationalInstruments.RFmx.PulseMX
Assembly: NationalInstruments.RFmx.PulseMX.Fx40 (in NationalInstruments.RFmx.PulseMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int AnalyzeIQ1Waveform( string selectorString, string resultName, ComplexWaveform<ComplexSingle> iq, bool reset, long reserved )
Public Function AnalyzeIQ1Waveform ( selectorString As String, resultName As String, iq As ComplexWaveform(Of ComplexSingle), reset As Boolean, reserved As Long ) As Integer
Parameters
- selectorString
- Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used. - resultName
- Type: SystemString
Specifies the name to be associated with measurement results. Provide a unique name, such as "r1" to enable fetching of multiple measurement results and traces. This input accepts the result name with or without the "result::" prefix. Example:
"result::r1"
"r1" - iq
- Type: NationalInstrumentsComplexWaveformComplexSingle
Specifies the data for a complex waveform including the start, delta, and actual values. - reset
- Type: SystemBoolean
Resets measurement averaging. If you enable averaging, set this parameter to TRUE for the first record and FALSE for the subsequent records. - reserved
- Type: SystemInt64
Reserved for future use. Any value passed to this parameter will be ignored.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.