beautypg.com

Analyzer control instructions, 1 startrecording instruction, Startrecording instruction – Teledyne LeCroy UWBTrainer Exerciser Script Language User Manual

Page 75: Keepoldtrace_pa, Recopt_parameter, Startrecording, Tracename, 19 analyzer control instructions

background image

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

" )

}