Teledyne-lecroy Automation API for Bluetooth Analyzers Manual de usuario Pagina 71

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 110
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 70
65
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.5.16 IRecOptions::Reset
Resets recording options to its initial state
Parameters
Return values
Remarks
For default values of recording options see the remaks
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName,
"\"))
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetRecMode 2 ' Event trigger
RecOptions.SetBufferSize 1024*1024 ' 1Mb
RecOptions.SetPostTriggerPercentage 60 ' 60%
RecOptions.SetMasterAddr "1234567890AB"
RecOptions.SetPageTargetAddr "BA0987654321"
. . .
RecOptions.Reset
C++:
HRESULT Reset ( );
Vista de pagina 70
1 2 ... 66 67 68 69 70 71 72 73 74 75 76 ... 109 110

Comentarios a estos manuales

Sin comentarios