Teledyne-lecroy PETrainer Scripting Language Reference Manual User Manual Page 65

  • Download
  • Add to my manuals
  • Print
  • Page
    / 89
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 64
Teledyne LeCroy PETrainer Scripting Language
60
Example:
...
Proc = Begin {
ProcName = “Procedure1”
}
...
Proc = End
; The following statement specifies that if Delimiter, Disparity
; or Symbol error occurs, then the code declared in “Procedure1”
; should be executed.
Branch = Error {
BranchName = “SomeErrorBranch”
ProcName = “Procedure1”
Errors = (Delimiter, Disparity, Symbol)
}
...
; Disable the branch “SomeErrorBranch” that is specified above.
Branch = Disable {
BranchName = “SomeErrorBranch”
}
...
Page view 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 88 89

Comments to this Manuals

No comments