Type: INSTANCE FUNCTION Purpose: Set a Stop At based on a decrease of the Aux channel measurement. The DAMin test checks that dA/dt < Limit. Once met, the data acquisition… read more →
Type: INSTANCE FUNCTION Purpose: Set a Stop At based on an increase of the Aux channel measurement. The DAMax test checks that dA/dt > Limit. Once met, the data acquisition… read more →
Type: INSTANCE FUNCTION Purpose: Set a Stop At based on the absolute value of the Aux channel measurement. The AAMin test checks that the abs(A) < Limit. Once met, the… read more →
Type: INSTANCE FUNCTION Purpose: Set a Stop At based on the absolute value of the Aux channel measurement. The AAMax test checks that the abs(A) > Limit. Once met, the… read more →
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 less than the specified… read more →
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 →