NI-RFPM API Reference

Table of Contents

RfpmMeasurements Methods

  • Updated2023-12-28
  • 3 minute(s) read
RfpmMeasurements Methods

RfpmMeasurements Methods

The RfpmMeasurements type exposes the following members.

Methods

  NameDescription
Public methodAbort
Stops any measurement previously initiated with the Initiate(String, String) method.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFetchAllSParameters(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.
Public methodFetchAllSParameters(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.
Public methodFetchReceiverMeasurements(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.
Public methodFetchReceiverMeasurements(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.
Public methodFetchSingleSParameter(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.
Public methodFetchSingleSParameter(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.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitiate(String, String)
Initiates a measurement on the specified ports, using the specified sweep setting defined in the sweep settings file.
Public methodInitiate(String, String)
Initiates a measurement on the specified ports, using the specified sweep setting defined in the sweep settings file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWaitUntilDone
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.
Top

See Also

Log in to get a better experience