Examples
4–8 AM700 Audio Measurement Set Programmer Manual
can be used for. The user can use these to signal between functions concurrently or
consecutively running.
Command: cp
Usage: Copy a file from one location to another.
cp <filename> <destination>
Command: event
Usage: Usage string returned from Tcl:
usage: event <eventNr> trigger
event <eventNr> wait
The <eventNr> is one of those documented.
The user-modifiable events (on which trigger can be used) are numbered
9200 through 9207.
Command: panel
Usage: Usage string returned from Tcl:
usage: panel beep [<count>]
panel led {<led_name>|all} {on|off}
panel led {<led_name>|all} duty <brightness>
The <led_name> is one of: analyzer, average, clear_menu, configure, copy,
cursor, digital, display, expand, fft, filter, freeze, function,
gen_control, gen_onoff, help, limits, menu, monitor, move, other, rescale,
sound, storage, sweep_run, user.
Command: rm <file> ...
Usage: Removes one or more named1 files. Error reports are not fully implemented for
removing files.
Command: scpi
Usage: Specifies that the command following is a SCPI command. The Tcl parser
passes it immediately to the SCPI command interpreter.
1 Further file access (and rm for that matter) can be accessed through the scpi command and the MMEMory subsystem.