Teledyne-lecroy FireInspector Automation Application Programming I Uživatelský manuál Strana 60

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 92
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 59
56
FireInspector Automation User’s Manual
CATC Version 1.0
2.5.7 IRecOptions::SetDataTruncate
Sets the flag indicating that recorded data is to be truncated and the length of data to trun-
cate.
Syntax
HRESULT SetDataTruncate (
[in] long length );
Parameters
lengthlength 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.FwAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetDataTruncate 345 ' truncate data that is more
then 345 bytes long
C++:
Zobrazit stránku 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 91 92

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

Žádné komentáře