Provides methods to fetch and read the Waves measurement results.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public class RFmxVnaMXWavesResults : RFmxVnaMXSubObject

Methods

NameDescription
FetchComplexData(string, double, ref ComplexSingle[])

Fetches the Wave data for the Waves whose WavesFormat is Complex.
Use "wave(n)" as the selector string to read results from this method.

FetchRealData(string, double, ref float[])

Fetches the wave data for the waves whose WavesFormat is Magnitude or Phase.
Use "wave(n)" as the selector string to read results from this method.

FetchXData(string, double, ref double[])

Fetches an array of frequency values when you perform wave measurement with SweepType method set to List or Linear or Segment. It fetches an array of time values when you perform wave measurement with SweepType method set to CWTime.

FetchYData(string, double, ref float[], ref float[])

Fetches the wave data for all WavesFormat types.
Use "wave(n)" as the selector string to read results from this method.
For different WavesFormat, the data is returned as follows:

GetCorrectionLevel(string, out string)

Gets the error correction level of the VNA Waves measurement.Use 'wave(n)' as the selector string to read this attribute.

GetCorrectionState(string, out RFmxVnaMXWavesCorrectionState)

Gets the error correction state of the VNA Waves measurement.Use 'wave(n)' as the selector string to read this attribute.