Table of Contents

Class MeasurementResult

Namespace
Loehnert.Lisrt.SourceMeasureUnit.Keysight
Assembly
Loehnert.Lisrt.SourceMeasureUnit.Keysight.dll

Represents the result of a measurement.

public class MeasurementResult
Inheritance
MeasurementResult
Inherited Members

Properties

Current

Gets the current in ampere.

public double Current { get; }

Property Value

double

Resistance

Gets the resistance in ohm.

public double Resistance { get; }

Property Value

double

Time

Gets the timespan since the start trigger of the measurement.

public TimeSpan Time { get; }

Property Value

TimeSpan

Voltage

Gets the voltage in volt.

public double Voltage { get; }

Property Value

double