DCPowerMeasurementEventArgs(T).Result Property
- Updated2024-01-04
- 1 minute(s) read

DCPowerMeasurementEventArgsTResult Property
Gets the result obtained by the measurement operation.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public T Result { get; }
Public ReadOnly Property Result As T Get
Property Value
Type: TContains a single value for a single point measurement, or an array of values for a multipoint measurement or waveform datatype for waveform measurement.