PV.New()

Type: CLASS FUNCTION

Purpose: Create a new PV object.

Usage:

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 PSTAT license.

ReverseDifference (optional)

  • BOOL
    • FALSE or missing means that Idifference is calculated using Ifwd-Irev.
    • TRUE means that Idifference is calculated using Irev-Idif.

Pv

  • PV
    • The curve object.
Related Topics