When Rcv.Run() is executed, the acquired data are displayed in a real-time curve. There are four buttons active during Rcv.Run():
The active run can be halted in several ways, namely: if the signal generator is finished, if the operator hits a Skip button, or if one of the stopping criteria is met. These stopping criteria can be enabled or disabled using the Rcv.Threshold() and Rcv.StopAt() functions.
Result = Rcv.Run() | ||
Result | INDEX |
0 = Normal finish, or Skip button pushed 1 = Stop due to Under Criterion (E < Emax) 2 = Stop due to Over Criterion (E > Emin) 3 = Stop due to stable [abs(dE/dt < limit]) 4 = Stop due to runaway [abs(dE/dt > limit] 5 = Stop due to decreasing (dE/dt < limit) 6 = Stop due to increasing (dE/dt > limit) |