RFmx VNA DotNET

Table of Contents

RFmxVnaMXWavesResults Class

  • Updated2024-07-17
  • 2 minute(s) read
RFmxVnaMXWavesResults Class

RFmxVnaMXWavesResults Class

Provides methods to fetch and read the Waves measurement results.

Inheritance Hierarchy

SystemObject
  RFmxVnaMXSubObject
    NationalInstruments.RFmx.VnaMXRFmxVnaMXWavesResults

Namespace: NationalInstruments.RFmx.VnaMX
Assembly: NationalInstruments.RFmx.VnaMX.Fx40 (in NationalInstruments.RFmx.VnaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public sealed class RFmxVnaMXWavesResults : RFmxVnaMXSubObject
Public NotInheritable Class RFmxVnaMXWavesResults
	Inherits RFmxVnaMXSubObject

The RFmxVnaMXWavesResults type exposes the following members.

Methods

 NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Public methodFetchComplexData Fetches the Wave data for the Waves whose RFMXVNA_ATTR_WAVES_FORMAT is RFMXVNA_VAL_Complex.
Use "wave(n)" as the selector string to read results from this method.
Public methodFetchRealData Fetches the wave data for the waves whose RFMXVNA_ATTR_WAVES_FORMAT is RFMXVNA_VAL_Magnitude or RFMXVNA_VAL_Phase.
Use "wave(n)" as the selector string to read results from this method.
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top

See Also

Log in to get a better experience