Ocv.LastE()
Ocv.LastE()
Type: INSTANCE FUNCTION
Purpose: Find the last measured E value in an Ocv curve.
This can be used as the measured open-circuit voltage by statements like:
Ocv.Run()
POTEN.SetEoc(Ocv.LastE())
Check the results of Ocv.Run() to see if the last measured E is stable.
Usage: Eoc = Ocv.Run()
Eoc |
REAL |
Last measured voltage. |
Comments are closed.