ChronoP.SetPlot()

<< Click to Display Table of Contents >>

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

ChronoP.SetPlot()

Description

Format the real time display using the ChronoP.SetPlotView() and ChronoP.SetAxis() functions.

 

Type

INSTANCE FUNCTION

 

Usage

ChronoP.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:

CHRONOP_LINIV = I vs V

CHRONOP_LOGIV = Log(I) vs V

CHRONOP_ITVT = I vs T, E 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).