|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--Current
Calculates current as a function of voltage, with temperature as a parameter.
| Field Summary | |
protected double |
t
|
| Constructor Summary | |
Current()
Creates a new Current object, with temperature set to 1K. |
|
| Method Summary | |
double |
evaluate(double v)
Calculates the current at the specified voltage. |
double |
getT()
Returns the current temperature setting |
void |
setT(double d)
Sets the temperature |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected double t
| Constructor Detail |
public Current()
| Method Detail |
public double evaluate(double v)
public double getT()
public void setT(double d)
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||