Enablecompilerofexerciser (benabledcompiler), Setforcestoptimervalue (ntimervalue), Getterminationtype (nterminationtype) – Teledyne LeCroy TA700_800_850 User Manual User Manual
Page 207: Nable, Ompiler, Xerciser, Nabled, Orce, Imer, Alue
Library Exported Interfaces
Catalyst Enterprises, Inc.
193
EnableCompilerOfExerciser (bEnabledCompiler)
Parameters
bEnabledCompiler
Enables or disables Compiler of Exerciser for next run.
Parameter value =TRUE the TA700 API will compile the .prg file and
use it.
Parameter value =FALSE the TA700 APIwill use precompiled
exerciser file that is archived as. MTM.
SetForceStopTimerValue (nTimerValue)
Parameters
nTimerValue
Sets the value for timer which TA700 Analyzer / Exerciser which
when expired will cause a stop.
GetTerminationType (nTerminationType)
Parameters
nTerminationType
The Termination type of the last run will be saved at this parameter.
Remarks
The GetTerminationType
method returns the last termination
type of Analyzer / Exerciser of the TA700. The type of this
parameter is a predefined enumeration type at CAPI dll. The
following is a declaration that can be used in your software:
enum {
eSuccessTermination, // If Analyzer / Exerciser has finished
normally
eUserStopTermination, // If User has stopped the Analyzer/
Exerciser at GUI
eCancelRetrievingDataTermination, // If User has stopped the
retrieving data at GUI
eCancelProgrammingTermination, // If user has stopped the Hardware
while it is configuring by software
eErrorTermination,// If software has any problem by Hardware
eForcedStopTermination // If analyzer/Exerciser was stopped
manually by Software by the internal
force stop timer
}