Instrumentation System (IS) commands
syntax is: ISproc command argument
ISproc is normally defined as "is_<vedname>"
caplist
-
lists the procedures which can be used
as "command*" arguments.
close
-
closes the connection to the IS.
closecommand
{<TCL script>}
-
defines additional actions to perform when closing the connection to the IS,
returns the previous script.
command
{<procedure1> {<arguments>} [<procedure2> {<arguments>}
...]}
-
executes a sequence of procedures.
command1
{<procedure> {<arguments>}}
-
executes one procedure.
delete
-
deletes the IS.
deletecommand
{<TCL script>}
-
defines additional actions to perform when deleting the IS, returns the
previous script.
enable
0
| 1
-
enables (1) or disables (0) the IS.
idx
-
returns the index of the IS.
id
-
returns the identification of the IS.
memberlist
- create <list of addresses>
-
creates a member list.
- delete
-
deletes the member list.
- upload
-
returns the member list.
readoutlist
- create <priority> <trigger list> {<procedure1> {<arguments1>}
[<procedure2> {<arguments2>} ...]}
-
creates a list of procedures to execute when one of the listed triggers
occurs.
- delete <trigger list>
-
deletes the readout list assigned to the listed triggers.
- upload <trigger>
-
returns the list of procedures executed when a specific trigger occurs.
status
-
returns the status if the IS.
Three numbers: IS id; IS enabled; IS has a memberlist.
A list containing the trigger IDs for which a readout procedure is defined.
ved
-
returns the procedure name of the VED from which the IS is accessed.