RFmxVnaMXSParamsResults Class
- Updated2024-07-17
- 2 minute(s) read
RFmx
Provides methods to fetch and read the SParams measurement results.
Inheritance Hierarchy
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 RFmxVnaMXSParamsResults : RFmxVnaMXSubObject
Public NotInheritable Class RFmxVnaMXSParamsResults Inherits RFmxVnaMXSubObject
The RFmxVnaMXSParamsResults type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object) |
![]() | FetchComplexData |
Fetches the S-Parameter data for the S-Parameters whose RFMXVNA_ATTR_SPARAMS_FORMAT is RFMXVNA_VAL_Complex. Use "sparam(n)" as the selector string to read results from this method. |
![]() | FetchRealData |
Fetches the S-Parameter data for the S-Parameters whose RFMXVNA_ATTR_SPARAMS_FORMAT is RFMXVNA_VAL_Magnitude or RFMXVNA_VAL_Phase. Use "sparam(n)" as the selector string to read results from this method. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |