Cpiv.SetPlot()
Type: INSTANCE FUNCTION
Purpose: Format the real time display using the SetPlotView and SetAxis functions.
Usage:
Cpiv.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:
CPIV_LINVI V vs I
CPIV_LOGVI logV 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)
Comments are closed.