Registers (one per line)
Each graph can be used to display multiple registers against the
same x and y axes. The registers are specified in this field, one
per line. When a register specification selects a register that
contains an array of values, one can specify any contiguous range
of elements from this register to be displayed. For example,
given the 13 element total power register, corr0.tp
.
- corr0.tp
Means display all 13 elements of the array.
- corr0.tp[3]
Means display just element 3 of the array.
- corr0.tp[3-5]
Means display elements 3,4 and 5 of the array. Note that if
the number before the hyphen had been omitted, 0 would have
been substituted. Similarly, if the number after the hyphen
had been omitted, the index of the last element in the
array, (12 in this case) would have been substituted.
The easiest way to select a particular register is to click on
the green list button next to the register entry field.
This results in a menu of board names being displayed, and when
the mouse is placed over one of these board names, a sub-menu is
displayed, listing the names of the registers on that
board. Selecting one of these registers results in the
corresponding register specification being appended to the list
of selected registers. If needed, you can then edit this
specification to specify which elements to display.