Teledyne-lecroy Automation API for Bluetooth Analyzers Instrukcja Użytkownika Strona 62

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 61
56
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.5.7 IRecOptions::SetDataTruncate
Sets the flag indicating that recorded data is to be truncated and the length of data to truncate
Parameters
length - length of data in bytes, could not be less then 108
Return values
Remarks
By default data is not truncating.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName,
"\"))
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetDataTruncate 345' truncate data that is more then 345 bytes
long
C++:
HRESULT SetDataTruncate (
[in] long length );
Przeglądanie stron 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag