RfpmMeasurements Methods
- Updated2023-12-28
- 3 minute(s) read
RfpmMeasurements Methods
The RfpmMeasurements type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Abort |
Stops any measurement previously initiated with the
Initiate(String, String)
method.
|
![]() | Equals | (Inherited from Object.) |
![]() | FetchAllSParameters(TimeSpan, RfpmMultipleMeasurementResultComplexDouble) | Fetches the
RfpmMultipleMeasurementResultT
which contains formatted S-parameter measurement results in a jagged array of complex double values,
along with frequencies and port powers to enable plotting against either parameter as the X-axis.
|
![]() | FetchAllSParameters(DoubleMeasurementFormat, TimeSpan, RfpmMultipleMeasurementResultDouble) | Fetches the
RfpmMultipleMeasurementResultT
which contains formatted S-parameter measurement results in a jagged array of double values,
along with frequencies and port powers to enable plotting against either parameter as the X-axis.
|
![]() | FetchReceiverMeasurements(String, ReceiverType, String, TimeSpan, RfpmSingleMeasurementResultComplexDouble) |
Fetches the formatted receiver measurement results and returns a
RfpmMultipleMeasurementResultT object containing
the last completed measurement in complex double values, frequencies, and port powers.
|
![]() | FetchReceiverMeasurements(DoubleMeasurementFormat, String, ReceiverType, String, TimeSpan, RfpmSingleMeasurementResultDouble) |
Fetches the formatted receiver measurement results and returns a
RfpmMultipleMeasurementResultT object containing
the last completed measurement in double precision floating point, frequencies, and port powers.
|
![]() | FetchSingleSParameter(String, String, TimeSpan, RfpmSingleMeasurementResultComplexDouble) | Fetches the formatted S-parameter measurement results and returns a
RfpmMultipleMeasurementResultT object containing
an array of complex double values, frequencies, and port powers.
|
![]() | FetchSingleSParameter(DoubleMeasurementFormat, String, String, TimeSpan, RfpmSingleMeasurementResultDouble) | Fetches the formatted S-parameter measurement results and returns a
RfpmMultipleMeasurementResultT
object that contains an array of double precision floating point values, frequencies, and port powers.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initiate(String, String) |
Initiates a measurement on the specified ports, using the specified sweep setting defined in the sweep settings file.
|
![]() | Initiate(String, String) |
Initiates a measurement on the specified ports, using the specified sweep setting defined in the sweep settings file.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WaitUntilDone |
Waits for the measurement to complete after calling the
Initiate(String, String)
method.
If the measurement does not complete within the specified timeout, this method throws an exception.
|