Teledyne-lecroy PETrainer Scripting Language Reference Manual Manuale Utente Pagina 65

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 89
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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”
}
...
Vedere la pagina 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 88 89

Commenti su questo manuale

Nessun commento