OcvCurve.SetPlot()
OcvCurve.SetPlot()
Type: INSTANCE FUNCTION
Purpose: Set the form of the Ocv real-time plot.
Plots may be shown as filtered V versus time, unfiltered V versus time, or a dual filtered/unfiltered V versus time. We recommend filtered V versus time.
Usage: OcvCurve.SetPlot(View, MinFV, MinUV, MinT)
Views | INDEX |
A code indicating what is to be displayed. Use the following constants: OCV_VTSMOOTH = filtered V OCV_VTRAW = unfiltered V OCV_VTDUAL = both filtered and unfiltered V |
|
MinFV | REAL | Minimum filtered voltage value to display (optional). |
|
MinUV | REAL | Minimum unfiltered voltage value to display (optional). |
|
MinT | REAL | Minimum time value to display (optional). |
Comments are closed.