Teledyne-lecroy UWBTrainer Exerciser Script Language Bedienungsanleitung Seite 77

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 124
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
}
Seitenansicht 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 123 124

Kommentare zu diesen Handbüchern

Keine Kommentare