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. Use this method only if the RFmxInstrMX.GetRecommendedAcquisitionType method value is IQ.
Query the RFmxInstrMX.GetRecommendedAcquisitionType method after calling the Commit(string) method.

Syntax

Namespace: NationalInstruments.RFmx.GsmMX

public int AnalyzeIQ1Waveform(string selectorString, string resultName, ComplexWaveform< ComplexSingle > iq, bool reset, long reserved)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name. The result name can either be specified through this input or the resultName parameter. If you do not specify the result name in this parameter, either the result name specified by the resultName parameter or the default result instance is used. Example:
""
""
"result::r1"
You can use the BuildResultString(string) method to build the selector string.

resultNamestring

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"

iqComplexWaveform< ComplexSingle >

Specifies the data for a complex waveform including the start, delta, and actual values.

resetbool

Resets measurement averaging. If you enable averaging, set this parameter to TRUE for first record and FALSE for subsequent records.

reservedlong

Reserved for future use. Any value passed to this parameter will be ignored.

Returns

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