<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class OCV > Ocv.LastE() |
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.
Eoc = Ocv.Run()
Eoc |
REAL |
Last measured voltage. |