RCV.SetPlot()

Type: INSTANCE FUNCTION

Purpose: Format the real-time display using the SetPlotView and Set Axis functions.

Usage:

Rcv.SetPlot(View, MinI, MinV, MinT)

View

  • INDEX
    • 0 = I vs V
    • 1 = Log(I) vs V
    • 2 = I vs T, E vs T

Or use the predefined constants:

    • RCV_LINIV
    • RCV_LOGIV
    • RCV_ITVT

MinI

  • REAL
    • Minimum current value to display (optional)

MinV

  • REAL
    • Minimum voltage value to display (optional)

MinT

  • REAL
    • Minimum time value to display (optional)
Related Topics