<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class PV > PV.New() |
Pv = PV.New(Tag, Pstat, ReverseDifference)
Tag |
STRING |
Optional. Used to print a different Tag than the one used in the call to PV.New(). |
Pstat |
OBJECT |
Pstat is an object with a class PSTAT license. |
ReverseDifference |
BOOL |
•FALSE (or missing) = Idif is calculated using Ifwd - Irev. •TRUE = Idif is calculated using Irev - Ifwd. |
Pv |
PV |
The curve object. |