Package jisa.experiment
Class IVPoint
- java.lang.Object
-
- jisa.experiment.IVPoint
-
public class IVPoint extends java.lang.Object
Structure to hold a current-voltage data-point.
-
-
Constructor Summary
Constructors Constructor Description IVPoint(double V, double I)
Creates an IVPoint object with voltage V and current I.
-