NI-RFPM API Reference

Table of Contents

RfpmMultipleMeasurementResult(T).MeasurementData Property

  • Updated2023-12-28
  • 1 minute(s) read
RfpmMultipleMeasurementResult(T).MeasurementData Property

RfpmMultipleMeasurementResultTMeasurementData Property

Gets the measurement data of all S-parameter fetch operations.

Namespace:  NationalInstruments.ModularInstruments.NIRfpm
Assembly:  NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023

Syntax

public T[][][] MeasurementData { get; }
Public ReadOnly Property MeasurementData As T()()()
	Get

Property Value

Type: T
The measurement data of all S-parameter fetch operations.

Remarks

Represents the measurement data as a flattened 3D array of row-order n by n S-parameter matrices per measurement point for a n-port measurement.

See Also

Log in to get a better experience