package require ReadoutRESTUI
ReadoutParameters name ?option value ...?
name configure option value ?.,..?
Provides a vew class that lets users see the current run parameters and set values for the next one. This consists of readonly displays of a title and run number as well as a pair of controls that allow the entry of new run number and title.
The interface to the object is totally handled by configuration options and the callouts they may specify:
-titleSpecifies/gets the value of the current title.
-runSpecifies/gets the value of the current run number.
-nextrunSpecify/retrieve the value of the next run number spinbox.
-nexttitleSpecify/retrieve the vale of the next title text entry.
-titlecommandSpecifies a script that is invoked when the title changes. The new title is passed as a parameter to the script.
-runcommandSpecifies a script that is invoked when the run number is changed. The new run number is passed as a parameter to the script.