Teledyne-lecroy FireInspector Automation Application Programming I Manual de usuario Pagina 56

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 92
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 55
52
FireInspector Automation User’s Manual
CATC Version 1.0
2.5.3 IRecOptions::SetRecMode
Sets the recording mode.
Syntax
HRESULT SetRecMode (
[in] ERecModes rec_mode );
Parameters
rec_mode enumerated value providing the mode to set; ErecModes enumerator has
the following values:
RMODE_SNAPSHOT
( 0 ) – snapshot recording mode
RMODE_MANUAL
( 1 ) – manual trigger
RMODE_USE_TRG
( 2 ) – event trigger
Return values
E_INVALIDARGinvalid recording mode was specified
Remarks
The default setting of recording options is a snapshot recording mode.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName,
InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer = WScript.CreateObject("CATC.FwAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetRecMode 2' Event trigger
C++:
Vista de pagina 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 91 92

Comentarios a estos manuales

Sin comentarios