Pv.SetPlot()

<< Click to Display Table of Contents >>

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

Pv.SetPlot()

Description

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

 

Type

INSTANCE FUNCTION

 

Usage

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

 

View

INDEX

0 = Vfwd vs Im

1 = Log(I) vs Vfwd

2 = Im vs T, Vfwd vs T

3 = Qfwd vs T

4 = Im vs T

5 = Irev vs T

6 = Irev vs E

7 = Vfwd vs T

8 = Idif vs Vfwd

 

Or use the predefined constants:

PV_LINIV

PV_LOGIV

PV_ITVT

PV_LINQT

PV_LINIT

PV_LINIRT

PV_LINIRE

PV_LINET

PV_LINDV

MinI

REAL

Minimum current value to display (optional).

MinV

REAL

Minimum voltage value to display (optional).

MinT

REAL

Minimum time value to display (optional).