Describes a data point to measure voltage as a function of time
Definition at line 9 of file VoltageDataPoint.java.
kernel.models.variables.VoltageDataPoint.VoltageDataPoint |
( |
Date |
date, |
|
|
Double |
value |
|
) |
| |
- Parameters
-
date | The date at which the voltage was recorded |
value | The value of the recorded voltage |
Definition at line 26 of file VoltageDataPoint.java.
Date kernel.models.variables.VoltageDataPoint.getDate |
( |
| ) |
|
Double kernel.models.variables.VoltageDataPoint.getValue |
( |
| ) |
|
The documentation for this class was generated from the following file: