Type: INSTANCE FUNCTION Purpose:Print the status of the Pwr object to a string. The object’s tag and last acquired data point are printed in the format: Tag,PointNumber Usage: Result = Pwr.Sprint()… read more →
Type: INSTANCE FUNCTION Purpose:Set the current title of the curve. Usage: Pwr.SetTitle(Title) Title STRING A string representing the new title that the curve should use. Related Topics
Type: INSTANCE FUNCTION Purpose: Set the number of graphs displayed in the real-time display. Usage: Pwr.SetPlotView (Format) Format INDEX A code indicating the number of graphs displayed: VIEW_NONE VIEW_SINGLE VIEW_DOUBLE… read more →
Type: INSTANCE FUNCTION Purpose: Helps to define the real-time display of a PWR object. Associates an axis with a data column in the object. Controls linear/logarithmic formatting of the display, and… read more →
Type: INSTANCE FUNCTION Purpose: Run the curve. When Pwr.Run() is executed, the acquired data are displayed in a real-time curve. There are three buttons active during Pwr.Run(): Abort button Terminates the… read more →
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 →