Type: INSTANCE FUNCTION Purpose: Print the results of a Pwr curve to an Output file. The Output record is printed in the following format: Tag <tab> “TABLE” <tab> Points<tab> “Pt” <tab>… read more →
Type: CLASS FUNCTION Purpose: Create a new PWR object. Usage: Pwr = PWR.New (Tag, Pstat) Tag STRING Curve tag for data output. Used in the curve drop-down selector. Pstat PSTAT Pstat… read more →
Type: INSTANCE FUNCTION Purpose: Extract a single data item from a PWR object. The data item is taken from the ith data point and the jth data column. If no… read more →
Type: INSTANCE FUNCTION Purpose: Create and return an object of the class DATACOL. The object is filed with data extracted from one column of the PWR object’s data array. The… read more →
Type: INSTANCE FUNCTION Purpose: Return the number of points actually acquired in a object. Usage: NumPoints = Pwr.Count() NumPoints INDEX The number of points in the PWR object. Zero is… read more →
Type: INSTANCE FUNCTION Purpose: Make the real time plot of the Pwr object the Active plot. If the Runner window Curve List control is set to Active, the plot is… read more →
Type: INSTANCE FUNCTION Purpose: Setup threshold conditions which must be met before the Pwr_AE.StopAtAE() tests are performed. Once any of the threshold tests is met, the StopAt criteria are evaluated… read more →
Type: INSTANCE FUNCTION Purpose: Enable or disable the Pwr_AE termination limits. There are six limiting conditions on which an AE curve may prematurely terminate: VMin V < Limit The VMin criterion… read more →
Type: INSTANCE FUNCTION Purpose: Used to avoid premature stopping of an AE curve caused by noise creating a false reading for a StopAt test. Avoids false readings by requiring that the… read more →
Type: INSTANCE FUNCTION Purpose: Set the threshold condition for the voltage measurement. This condition must be met before any Pwr.StopAt tests are performed. Once any threshold test is met, the… read more →