# This is the module register RECLEN 0x8020 variable RecLen 0 proc GetRecLen {} { variable RecLen set RecLen [expr [ReadRegister RecLen] * 8] } proc SetRecLen {} { variable RecLen WriteRegister RecLen [expr $RecLen/8] } proc DrawRecLen {} { variable Name set html "" append html "

" append html "" append html "" append html "" append html "" append html "" append html "
Acquisition Window Size (samples)" append html "" append html "
" append html "

" return $html }