Teledyne-lecroy LeCroy Analyzers File Based Decoding Manual Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Ausrüstung Teledyne-lecroy LeCroy Analyzers File Based Decoding Manual herunter. Teledyne LeCroy LeCroy Analyzers File Based Decoding Manual User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 82
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
For Software Version 1.2
June 2006
PROTOCOL SOLUTIONS GROUP
3385 SCOTT BLVD
SANTA CLARA, CA 95054
CATC Protocol Analyzers
File-Based Decoding
User Manual
Seitenansicht 0
1 2 3 4 5 6 ... 81 82

Inhaltsverzeichnis

Seite 1 - User Manual

For Software Version 1.2June 2006PROTOCOL SOLUTIONS GROUP3385 SCOTT BLVDSANTA CLARA, CA 95054CATC Protocol AnalyzersFile-Based DecodingUser Manual

Seite 2 - Copyright

Chapter 2: Values File-based Decoding User Manual4 LeCroy CorporationEscape SequencesThese are the available escape sequences in CSL:ListsA list can h

Seite 3 - TABLE OF CONTENTS

File-based Decoding User Manual Chapter 2: ValuesLeCroy Corporation 52.2 VariablesVariables are used to store information, or data, that can be modif

Seite 4 - Index 75

Chapter 2: Values File-based Decoding User Manual6 LeCroy CorporationLocal VariablesLocal variables are not declared. Instead, they are created as nee

Seite 5 - LIST OF FIGURES

File-based Decoding User Manual Chapter 3: ExpressionsLeCroy Corporation 7Chapter 3: ExpressionsAn expression is a statement that calculates a value

Seite 6 - LIST OF TABLES

Chapter 3: Expressions File-based Decoding User Manual8 LeCroy Corporation3.1 select expressionThe select expression selects the value to which it eva

Seite 7 - Chapter 1: Introduction

File-based Decoding User Manual Chapter 4: OperatorsLeCroy Corporation 9Chapter 4: OperatorsAn operator is a symbol that represents an action, such

Seite 8 - 2 LeCroy Corporation

Chapter 4: Operators File-based Decoding User Manual10 LeCroy CorporationWhen operators of equal precedence occur in an expression, the operands are e

Seite 9 - Chapter 2: Values

File-based Decoding User Manual Chapter 4: OperatorsLeCroy Corporation 11Operator Symbol Description Operand TypesResult Types ExamplesIndex Operator

Seite 10

Chapter 4: Operators File-based Decoding User Manual12 LeCroy CorporationEquality Operators== Equal Integer-integer Integer 2 == 2String-string Intege

Seite 11 - 2.2 Variables

File-based Decoding User Manual Chapter 4: OperatorsLeCroy Corporation 13Bitwise Logical Operators~ Bitwise complementInteger-integer Integer ~0b1111

Seite 12 - 2.3 Constants

Document Disclaimer File-based Decoding User ManualLeCroy CorporationDocument DisclaimerThe information in this document has been carefully checked a

Seite 13 - Chapter 3: Expressions

Chapter 4: Operators File-based Decoding User Manual14 LeCroy CorporationAssignment Operators (continued)&= Bitwise AND assignmentInteger-integer

Seite 14 - 3.1 select expression

File-based Decoding User Manual Chapter 4: OperatorsLeCroy Corporation 15more() Returns a non-zero value if the list iterator did not reach the bound

Seite 15 - Chapter 4: Operators

Chapter 4: Operators File-based Decoding User Manual16 LeCroy Corporation

Seite 16 - 10 LeCroy Corporation

File-based Decoding User Manual Chapter 5: CommentsLeCroy Corporation 17Chapter 5: CommentsComments may be inserted into scripts as a way of documen

Seite 17 - Types Examples

Chapter 5: Comments File-based Decoding User Manual18 LeCroy Corporation

Seite 18 - 12 LeCroy Corporation

File-based Decoding User Manual Chapter 6: KeywordsLeCroy Corporation 19Chapter 6: KeywordsKeywords are reserved words that have special meanings wi

Seite 19

Chapter 6: Keywords File-based Decoding User Manual20 LeCroy Corporation

Seite 20 - 14 LeCroy Corporation

File-based Decoding User Manual Chapter 7: StatementsLeCroy Corporation 21Chapter 7: StatementsStatements are the building blocks of a program. A pr

Seite 21

Chapter 7: Statements File-based Decoding User Manual22 LeCroy Corporation7.4 while StatementsA while statement is written aswhile <expression>

Seite 22 - 16 LeCroy Corporation

File-based Decoding User Manual Chapter 7: StatementsLeCroy Corporation 237.5 for StatementsA for statement takes the form: for (<expression1>;

Seite 23 - Chapter 5: Comments

File-based Decoding User Manual Table of ContentsLeCroy Corporation iiiTABLE OF CONTENTSChapter 1 Introduction 11.1 Features of CATC Scripting Langu

Seite 24 - 18 LeCroy Corporation

Chapter 7: Statements File-based Decoding User Manual24 LeCroy Corporation7.6 return StatementsEvery function returns a value, which is usually design

Seite 25 - Chapter 6: Keywords

File-based Decoding User Manual Chapter 7: StatementsLeCroy Corporation 25because the if statement evaluates to false. This causes the first return s

Seite 26 - 20 LeCroy Corporation

Chapter 7: Statements File-based Decoding User Manual26 LeCroy Corporation

Seite 27 - Chapter 7: Statements

File-based Decoding User Manual Chapter 8: PreprocessingLeCroy Corporation 27Chapter 8: PreprocessingThe preprocessing command %include can be used

Seite 28 - 7.4 while Statements

Chapter 8: Preprocessing File-based Decoding User Manual28 LeCroy Corporation

Seite 29 - 7.5 for Statements

File-based Decoding User Manual Chapter 9: ContextLeCroy Corporation 29Chapter 9: ContextThe context is the mechanism by which transaction data is p

Seite 30 - 7.6 return Statements

Chapter 9: Context File-based Decoding User Manual30 LeCroy Corporation

Seite 31 - 7.7 Compound Statements

File-based Decoding User Manual Chapter 10: FunctionsLeCroy Corporation 31Chapter 10: FunctionsA function is a named statement or a group of stateme

Seite 32 - 26 LeCroy Corporation

Chapter 10: Functions File-based Decoding User Manual32 LeCroy CorporationAll parameters are passed by value, not by reference, and can be changed in

Seite 33 - Chapter 8: Preprocessing

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 33Chapter 11: PrimitivesPrimitive functions are called similarly to regular

Seite 34 - 28 LeCroy Corporation

Table of Contents File-based Decoding User Manualiv LeCroy CorporationModule Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Seite 35 - Chapter 9: Context

Chapter 11: Primitives File-based Decoding User Manual34 LeCroy CorporationFormat()Format (<format string>, <value string or integer>)Supp

Seite 36 - 30 LeCroy Corporation

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 35Format Conversion CharactersThese are the format conversion characters use

Seite 37 - Chapter 10: Functions

Chapter 11: Primitives File-based Decoding User Manual36 LeCroy CorporationFormatEx()FormatEx (<format_string string>, <arg_list list>)Sup

Seite 38 - 32 LeCroy Corporation

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 37Format Conversion Characters These are the format conversion characters us

Seite 39 - Chapter 11: Primitives

Chapter 11: Primitives File-based Decoding User Manual38 LeCroy CorporationResolve()Resolve( <symbol_name string> )SupportSupported by all LeCro

Seite 40 - Format()

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 39Trace()Trace( <arg1 any>, <arg2 any>, ...)Return valueNone.Com

Seite 41 - Format Conversion Characters

Chapter 11: Primitives File-based Decoding User Manual40 LeCroy Corporation11.2 Data Manipulation PrimitivesGetBitOffset()GetBitOffset() SupportSuppor

Seite 42 - FormatEx()

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 41GetNBits()GetNBits (<bit_source list or raw>, <bit_offs

Seite 43

Chapter 11: Primitives File-based Decoding User Manual42 LeCroy CorporationNextNBits()NextNBits (<bit_count integer>)SupportSupported by all LeC

Seite 44 - Resolve()

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 43PeekNBits()PeekNBits(<bit_count integer>) SupportSupported by all Le

Seite 45

File-based Decoding User Manual List of FiguresLeCroy Corporation vLIST OF FIGURESExecution of a for Statement . . . . . . . . . . . . . . . . . .

Seite 46 - Offset = D

Chapter 11: Primitives File-based Decoding User Manual44 LeCroy Corporation11.3 List Manipulation PrimitivesRemoveAt()RemoveAt( <list_object list,

Seite 47 - GetNBits()

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 45SetAt()RemoveAt( <list_object list, index integer> )SupportSupported

Seite 48 - NextNBits()

Chapter 11: Primitives File-based Decoding User Manual46 LeCroy Corporation11.4 Transaction Decoder PrimitivesAbort()Abort()SupportSupported by Blueto

Seite 49 - PeekNBits()

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 47AddEvent()AddEvent(<Group string>, <Value string> ) SupportSup

Seite 50 - RemoveAt()

Chapter 11: Primitives File-based Decoding User Manual48 LeCroy CorporationComplete()Complete()SupportSupported by Bluetooth and Firewire analyzers on

Seite 51

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 49Pending()Pending()SupportSupported by Bluetooth and Firewire analyzers onl

Seite 52 - 46 LeCroy Corporation

Chapter 11: Primitives File-based Decoding User Manual50 LeCroy CorporationReject()Reject()SupportSupported by Bluetooth and Firewire analyzers only.R

Seite 53 - AddEvent()

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 5111.5 Display PrimitivesAddCell()AddCell(<name string>, <value str

Seite 54 - Complete()

Chapter 11: Primitives File-based Decoding User Manual52 LeCroy CorporationExample# Create a regular cell named Normal with a value "Cell" a

Seite 55 - Pending()

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 53AddDataCell()AddDataCell(<data_value raw, list or integer>, <addi

Seite 56 - Reject()

List of Tables File-based Decoding User Manualvi LeCroy CorporationLIST OF TABLESTable 2.1 Examples of String Literals . . . . . . . . . . . . . . .

Seite 57 - 11.5 Display Primitives

Chapter 11: Primitives File-based Decoding User Manual54 LeCroy CorporationThe output of the example is: Figure 2: Example: Output for AddDataCell

Seite 58 - 52 LeCroy Corporation

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 55AddSeparator()AddSeparator(<additional_info any>, ...)SupportSupport

Seite 59 - AddDataCell()

Chapter 11: Primitives File-based Decoding User Manual56 LeCroy CorporationBeginCellBlock()BeginCellBlock(<name string>, <value string>, &

Seite 60 - 54 LeCroy Corporation

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 57Example# Begin the 'red' group. For clarity these cells are red:

Seite 61 - AddSeparator()

Chapter 11: Primitives File-based Decoding User Manual58 LeCroy CorporationThe output of the example is: Figure 4: Example: Output for BeginCellBlock

Seite 62 - <additional_info any>)

File-based Decoding User Manual Chapter 11: PrimitivesLeCroy Corporation 59EndCellBlock()EndCellBlock()SupportSupported by all LeCroy analyzers.Retur

Seite 63 - LeCroy Corporation 57

Chapter 11: Primitives File-based Decoding User Manual60 LeCroy Corporation

Seite 64 - 58 LeCroy Corporation

File-based Decoding User Manual LeCroy Corporation 61Appendix A: PCI ExpressThe information in this appendix is specific to the PETracer™ analyzer.

Seite 65 - EndCellBlock()

File-based Decoding User Manual62 LeCroy Corporationcfg.decDescription: cfg.dec is a configuration data script decoder. Input Data Fieldsin.Data: Da

Seite 66 - 60 LeCroy Corporation

File-based Decoding User Manual LeCroy Corporation 63io.decDescription: io.dec is an IO data script decoder.Input Data Fieldsin.Data: Data block to

Seite 67 - Appendix A: PCI Express

File-based Decoding User Manual Chapter 1: IntroductionLeCroy Corporation 1Chapter 1: IntroductionCATC Scripting Language (CSL) was developed to cre

Seite 68 - Output Data Fields

File-based Decoding User Manual64 LeCroy Corporationmem.decDescription: mem.dec is a memory data script decoder.Input Data Fieldsin.Data: Data block

Seite 69

File-based Decoding User Manual LeCroy Corporation 65msg.decDescription: msg.dec is a message data script decoder.Input Data Fieldsin.Data: Data blo

Seite 70 - 64 LeCroy Corporation

File-based Decoding User Manual66 LeCroy Corporation• _TLP_MSGCODE_HP_POWER_IND_ON• _TLP_MSGCODE_HP_POWER_IND_BLINK• _TLP_MSGCODE_HP_POWER_IND_OFF•

Seite 71

File-based Decoding User Manual LeCroy Corporation 67Appendix B: BluetoothThe information in this appendix is specific to the Bluetooth analyzer. B

Seite 72 - 66 LeCroy Corporation

File-based Decoding User Manual68 LeCroy CorporationModule DataThere are several standard global variables that should be defined in a module which

Seite 73 - Appendix B: Bluetooth

File-based Decoding User Manual LeCroy Corporation 69DecoderDescOptional. A string that describes this decoder. Displays as a toolbar icon tool tip.

Seite 74 - Module Data

File-based Decoding User Manual70 LeCroy CorporationB.2 Input Context DataThe Merlin application decodes several layers of Bluetooth protocol and pr

Seite 75 - DecoderDesc

File-based Decoding User Manual How to Contact LeCroyLeCroy Corporation 71How to Contact LeCroyLimited Hardware WarrantySo long as you or your autho

Seite 76 - B.2 Input Context Data

Limited Hardware Warranty File-based Decoding User Manual72 LeCroy CorporationWhat this Warranty Does Not CoverThis warranty does not cover damage du

Seite 77 - Limited Hardware Warranty

File-based Decoding User Manual Limited Hardware WarrantyLeCroy Corporation 73How to Obtain Warranty ServiceTo request warranty service, you must co

Seite 78 - LeCroy Corporation

Chapter 1: Introduction File-based Decoding User Manual2 LeCroy Corporation

Seite 79 - Warranty

Limited Hardware Warranty File-based Decoding User Manual74 LeCroy CorporationGeneral ProvisionsTHIS LIMITED WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS

Seite 80 - Provisions

File-based Decoding User Manual IndexLeCroy Corporation 75 IndexCCATC Technical Support 71EEmail CATC Support 71FFax number 71SServicemarks iiSupport

Seite 81 - LeCroy Corporation 75

Index File-based Decoding User Manual76 LeCroy Corporation

Seite 82 - 76 LeCroy Corporation

File-based Decoding User Manual Chapter 2: ValuesLeCroy Corporation 3Chapter 2: ValuesThere are five value types that may be manipulated by a script

Kommentare zu diesen Handbüchern

Keine Kommentare