Teledyne-lecroy FireInspector Automation Application Programming I Manuale Utente Pagina 56

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 92
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la 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++:
Vedere la pagina 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 91 92

Commenti su questo manuale

Nessun commento