Teledyne-lecroy UWBTrainer Exerciser Script Language Manual de usuario Pagina 75

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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" )
}
Vista de pagina 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 123 124

Comentarios a estos manuales

Sin comentarios