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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 74
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
67
9.19 Analyzer Control Instructions
You can control the UWBTracer™ from the script.
9.19.1 StartRecording Instruction
You can instruct the application to start recording on UWBTracer.
Format
StartRecording ([ recording_options, trace_file, keep_old_trace ] )
recording_options: Optional parameter specifying the path to the file containing the
recording options. If it is omitted, the current UWBTracer recording options are used.
trace_file: Optional parameter specifying a file name for the recorded trace. If it is omitted,
the file name provided in the recording options is used.
keep_old_trace: Optional parameter specifying that the application should not overwrite a
trace with the same file name. It should use a similar but different new file name. If it is omitted,
the old trace file is overwritten.
The instruction named parameters are:
RecOpt: See recording_options parameter for details.
TraceName: See trace_file parameter for details.
KeepOldTrace: See trace_file parameter for details.
Example
Main
{
StartRecording( "C:\\my_rec.rec", "C:\\UWB\Test1.uwb" )
Send TX_FRAME
Send TX_FRAME
StartRecording( RecOpt = "C:\\my_rec.rec" )
}
Przeglądanie stron 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag