Teledyne-lecroy Automation API for Bluetooth Analyzers Uživatelský manuál Strana 71

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 110
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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 ( );
Zobrazit stránku 70
1 2 ... 66 67 68 69 70 71 72 73 74 75 76 ... 109 110

Komentáře k této Příručce

Žádné komentáře