| Register |
[namespace eval V1742 {
set html ""
# append html " | "
for {set i 0} {$i < 4} {incr i} {
append html "n=$i | "
}
set html
}]
| Group n Status |
[namespace eval V1742 {
set html ""
# append html " | "
for {set i 0} {$i < 4} {incr i} {
append html "[ReadRegister Grp$i.Status] | "
}
set html
}]
| Group n AMC FPGA Firmware |
[namespace eval V1742 {
set html ""
# append html " | "
for {set i 0} {$i < 4} {incr i} {
append html "[ReadRegister Grp$i.FPGARev] | "
}
set html
}]
| Group n Buffer Occupancy |
[namespace eval V1742 {
set html ""
# append html " | "
for {set i 0} {$i < 4} {incr i} {
append html "[ReadRegister Grp$i.Bufs] | "
}
set html
}]
| Group n Channel DC Offset |
[namespace eval V1742 {
set html ""
# append html " | "
for {set i 0} {$i < 4} {incr i} {
append html "[ReadRegister Grp$i.DCOffset] | "
}
set html
}]
| Group n TR Threshold |
[namespace eval V1742 {
set html ""
# append html " | "
for {set i 0} {$i < 4} {incr i} {
append html "[ReadRegister Grp$i.TRThresh] | "
}
set html
}]
| Group n TR DC Offset |
[namespace eval V1742 {
set html ""
# append html " | "
for {set i 0} {$i < 4} {incr i} {
append html "[ReadRegister Grp$i.TRDCOffset] | "
}
set html
}]
| Group Configuration |
[namespace eval V1742 {
set html ""
append html "[ReadRegister Config] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Acquisition Window Size (CUST_SIZE) |
[namespace eval V1742 {
set html ""
append html "[ReadRegister CustomSize] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Sampling Frequency |
[namespace eval V1742 {
set html ""
append html "[ReadRegister SampleFreq] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Acquisition Control |
[namespace eval V1742 {
set html ""
append html "[ReadRegister AcqControl] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Acquisition Status |
[namespace eval V1742 {
set html ""
append html "[ReadRegister AcqStatus] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Trigger Source Enable Mask |
[namespace eval V1742 {
set html ""
append html "[ReadRegister TrigSrcEnable] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Front Panel Trigger Out Enable Mask |
[namespace eval V1742 {
set html ""
append html "[ReadRegister FPTrigOutEnable] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Post Trigger |
[namespace eval V1742 {
set html ""
append html "[ReadRegister PostTrig] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Front Panel I/O Data |
[namespace eval V1742 {
set html ""
append html "[ReadRegister FPIOData] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Front Panel I/O Control |
[namespace eval V1742 {
set html ""
append html "[ReadRegister FPIOControl] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Group Enable Mask |
[namespace eval V1742 {
set html ""
append html "[ReadRegister Enable] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| ROC FPGA Firmware Revision |
[namespace eval V1742 {
set html ""
append html "[ReadRegister FPGARev] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Events Stored |
[namespace eval V1742 {
set html ""
append html "[ReadRegister EventsStored] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Board Info |
[namespace eval V1742 {
set html ""
append html "[ReadRegister BoardInfo] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Event Size |
[namespace eval V1742 {
set html ""
append html "[ReadRegister EventSize] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| VME Control |
[namespace eval V1742 {
set html ""
append html "[ReadRegister VMEControl] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| VME Status |
[namespace eval V1742 {
set html ""
append html "[ReadRegister VMEStatus] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Board ID |
[namespace eval V1742 {
set html ""
append html "[ReadRegister BoardID] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Max Events per BLT |
[namespace eval V1742 {
set html ""
append html "[ReadRegister BLTEventNum] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]
| Scratch Register |
[namespace eval V1742 {
set html ""
append html "[ReadRegister Scratch] | "
for {set i 1} {$i < 4} {incr i} {
append html " | "
}
set html
}]