Teledyne-lecroy UWBTrainer Exerciser Script Language Instrukcja Użytkownika Strona 77

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 76
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
69
9.19.3 TriggerAnalyzer instruction
You can instruct the application to trigger UWBTracer.
Format
TriggerAnalyzer
Example
Main
{
StartRecording( "C:\\my_rec.rec", "C:\\Test1.uwb" )
Send TX_FRAME
Send TX_FRAME
TriggerAnalyzer # Send a trigger signal to the analyzer.
Send TX_FRAME
Send TX_FRAME
}
9.19.4 Trace Instruction
You can instruct the application to display a trace message in the application output window.
Format
Trace( trace_message )
trace_message: Trace message to display.
Note: This instruction does not block script execution. If many trace messages are sent in a short
period of time, some of them may be dropped and not displayed. Use the Trace_B instruction
(see below) to guarantee trace message displaying.
Examples
Main
{
Send TX_FRAME
Send TX_FRAME
Trace( "2 frames were sent." ) # Does not block script execution.
Send TX_FRAME
Send TX_FRAME
Trace( "4 frames were sent." ) # Does not block script execution.
}
Przeglądanie stron 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag