| exit | ![]() |
The exit command exits the readout program. This is a replacement for the standard Tcl exit command. If there is an active or paused run, exit indicates this and refuses to exit:
% begin
% exit
A run is active and must be halted before exiting
% end
% exit
$< >$
| exit | ![]() |