[namespace eval V785 {
set html ""
append html ""
append html "| Register | "
append html " | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Firmware Revision | "
append html "[ReadRegister Firmware_Rev] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| GEO Address | "
append html "[ReadRegister GEO_Address] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Status Register 1 | "
append html "[ReadRegister Status1] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Status Register 2 | "
append html "[ReadRegister Status2] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Bit Set 1 | "
append html "[ReadRegister Bit_Set_1] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Bit Set 2 | "
append html "[ReadRegister Bit_Set_2] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Control Register 1 | "
append html "[ReadRegister Ctrl1] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Event Counter (low) | "
append html "[ReadRegister EvCounter_Low] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Event Counter (high) | "
append html "[ReadRegister EvCounter_High] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Fast Clear Window | "
append html "[ReadRegister Fast_Clear_Window] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
append html ""
append html "| Full Scale Range | "
append html "[ReadRegister FullScaleRange] | "
append html "
"
set html
}]
[namespace eval V785 {
set html ""
for {set i 0} {$i <= 31} {incr i} {
append html ""
append html "| Channel $i Threshold | "
append html "[ReadRegister Threshold$i] | "
append html "
"
}
set html
}]
[namespace eval V785 {
set html ""
for {set i 0} {$i <= 31} {incr i} {
append html ""
append html "| Channel $i Disable | "
append html "[ReadRegister Disable$i] | "
append html "
"
}
set html
}]