Agilent 3070 : BT Basic & Unix Command

medalist_3070_sm_175x131The Agilent 3070 is Agilent most popular testing product of In- Circuit Test (ICT) systems. The 3070 has evolved over 20 years to provide one of the most sophisticated in-circuit test capabilities in the industry today.

In here, some basic command for beginner user or current user who need to learn more about BT Basic command.

copy … to … ~ apply for copy the file or directory to new file or directory
copy “filename” to “newname”
copy “dirname” to “dirname”

copy … over … ~ apply for overwrite the existing file or directory from current file or directory
copy “filename” over “newfilename”
copy “dirname” over “newdirname”

rename ~ apply for rename the current file or directory to new file or directory
rename “filename” to “newfilename”
rename “dirname” to “newdirname”

unlink ~ apply for delete or remove the file
unlink “filename”

save ~ valid for text only
save “newfile”

re-save ~ valid for text only
re-save “currentfile”

link ~ link 2 file together
link “newfile” to “currentfile”

edit ~ edit the line
edit 1254

msi$

show the current directory

msi ~
msi “dirname”

compile
compile “compname”;debug compile “libraryname”;library

basic ~ switch to basic environment

analog ~ switch to analog environment

digital ~ switch to digital environment

testjet ~ switch to testjet environment

debug
debug “compname”
debug “compname”;”optionsetting”

Leave a comment