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
Resistance
Gets the resistance in ohm.
public double Resistance { get; }
Property Value
Time
Gets the timespan since the start trigger of the measurement.
public TimeSpan Time { get; }
Property Value
Voltage
Gets the voltage in volt.
public double Voltage { get; }