Type: INSTANCE FUNCTION Purpose: Set a Stop At based on the value of the Aux channel measurement. The value of the Aux Channel measurement must be greater than the specified… read more →
Type: CLASS FUNCTION Purpose: Create a new PwrStep signal object. Usage: Signal = PWRSTEP.New ( Tag, Pstat, Value1, LimitValue1, Value2, LimitValue2, Gain, MinDif, MaxStep, TimeStep1, TimeStep2, SamplePeriod, PerturbationRate, PerturbationPulseWidth, TimerRes,… read more →
Type: CLASS FUNCTION Purpose: Create a new PwrRamp signal object. Usage: Signal = PWRRAMP.New ( Tag, Pstat, InitialValue, FinalValue, ScanRate, LimitValue, Gain, MinDif, MaxStep, SamplePeriod, PerturbationRate, PerturbationPulseWidth, TimerRes, Mode, WorkingPositive )… read more →
Type: CLASS FUNCTION Purpose: Create a new Pwrconst signal object. Usage: Signal = PWRCONST.New ( Tag, Pstat, Value, LimitValue, Gain, MinDif, MaxStep, TotalTime, SamplePeriod, PerturbationRate, PerturbationPulseWidth, TimerRes, Mode, WorkingPositive )… read more →
Type: INSTANCE FUNCTION Purpose:Used in output of data from a Pwr object. A data point from the object is printed to an ASCII string. This string can in turn be printed… read more →
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 →