<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class CPIV > Cpiv.SetPlot() |
Format the real time display using the Cpiv.SetPlotView() and Cpiv.SetAxis() functions.
Cpiv.SetPlot(View, MinI, MinV, MinT)
View |
INDEX |
•0 = V vs I •1 = Log(V) vs I •2 = E vs T, I vs T
Or use the predefined constants: •CPIV_LINVI = V vs I •CPIV_LOGVI = Log(V) vs I •CPIV_VTIT = E vs T, I 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). |