Teledyne-lecroy PETrainer Scripting Language Reference Manual Manual de usuario Pagina 65

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 89
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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”
}
...
Vista de pagina 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 88 89

Comentarios a estos manuales

Sin comentarios