OcvCurve.SetPlot()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Curve classes > class OCV >

OcvCurve.SetPlot()

Description

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.

 

Gamry tip bulb

We recommend filtered V versus time.

 

Type

INSTANCE FUNCTION

 

Usage

OcvCurve.SetPlot(View, MinFV, MinUV, MinT)

 

View

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).