RFmxVnaMXWavesResults Class
- Updated2025-10-13
- 1 minute(s) read
Provides methods to fetch and read the Waves measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public class RFmxVnaMXWavesResults : RFmxVnaMXSubObject
Methods
| Name | Description |
|---|---|
| FetchComplexData(string, double, ref ComplexSingle[]) | Fetches the Wave data for the Waves whose WavesFormat is Complex. |
| FetchRealData(string, double, ref float[]) | Fetches the wave data for the waves whose WavesFormat is Magnitude or Phase. |
| 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. |
| 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. |