AutoTest II Sytem Operation
Subject to Export Control, see Cover Page for details.
6-11
clearscreen
Clears all data on display tile, including data in the Info 1, 2 and 3 fields as well as the Results
Area.
info1, info2, info3
Commands insert text into the corresponding data field on the display tile.
Example:
info1 “Setting up RF Generator”
info2 “ “
info3 “ “
abort
Stops execution of the script and returns to the main test screen.
openprintfile
Opens designated file in the results directory for editing purposes.
Example:
openprintfile “tut1results.rts”
writeprintfile
Writes data to the file and prints it to the results area.
Example:
writeprintfile “test point $x”
writeprintfile “-----------------------------------------------------------”
writeprintfile “ peak+ = [lindex $templist 4]”
writeprintfile “ peak- = [lindex $templist 5]”
writeprintfile “ p-p/2+ = [lindex $templist 3]”
writeprintfile “ RMS =[lindex $templist 6]”
writeprintfile “-----------------------------------------------------------”
writeprintfile “ ”
closeprintfile
Closes previously opened file.
printfile
Sends file to printer. Must have printer configured (UTILS function) to use this command.
Example:
printfile “tut1results.rts”
resettcpip
Resets the tcpip server and opens a new network socket for RCI communications.
readch
Reads the tcpip socket for results.
showmain
Shows the AutoTest II Main Tile.
showuser
Shows the AutoTest II User Tile