<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class CHRONOA > ChronoA.SetPlot() |
Format the real time display using the ChronoA.SetPlotView() and ChronoA.SetAxis() functions.
ChronoA.SetPlot(View, MinI, MinV, MinT)
View |
INDEX |
•0 = V vs I •1 = Log(V) vs I •2 = I vs T, E vs T
Or use the predefined constants: •CHRONOA_LINIV = V vs I •CHRONOA_LOGIV = Log(V) vs I •CHRONOA_ITVT = I vs T, E vs T |
MinI |
REAL |
Minimum current value to display (optional). |
MinV |
REAL |
Minimum voltage value to display (optional). |
MinT |
REAL |
Minimum time value to display (optional). |