Ciiv.SetPlot()

<< Click to Display Table of Contents >>

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

Ciiv.SetPlot()

Description

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

 

Type

INSTANCE FUNCTION

 

Usage

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

 

View

INDEX

0 = V vs I

1 = Log(V) vs I

2 = E vs T, I vs T

 

Or use the predefined constants:

CIIV_LINVI = V vs I

CIIV_LOGVI = Log(V) vs I

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