Pwr_AE.StopAtAE()


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 limits a negative voltage swing. VMax V > Limit The VMax criterion is used to limit a positive voltage swing. ADVMin abs(dV/dt) < Limit The ADVMin criterion is used to run a sample until it shows stable behavior. ADVMax abs(dV/dt) > Limit The ADVMax criterion limits the rate of change in voltage. DVMin dV/dt < Limit

The DVMin and DVMax conditions are signed versions of the ADVMin and ADVMax criteria.

DVMax dV/dt < Limit

Usage:

Pwr_Ae.StopAtAE(channel#, Vmin, Vmax, ADVMin, ADVMax, DVMin, DVMax)       channel# INDEX AE channel number or NIL All AE channels VMin REAL Lower limit on AE channel voltage measurement or NIL Disable the voltage lower limit VMax REAL Upper limit on AE channel voltage measurement or NIL Disable voltage upper limit ADVMin REAL Lower limit on AE channel Abs(dV/dT) or NIL Disable Abs(dV/dT) lower limit ADVMax REAL Upper limit on AE channel Abs(dV/dT) or NIL Disable voltage upper Abs(dV/dT) DVMin REAL Lower limit on AE channel dV/dT or NIL Disable dV/dT lower limit DVMax REAL Upper limit on AE channel dV/dT or NIL Disable dV/dT upper limit

Related Topics Link IconRelated Topics