# This is the module register CUST_SIZE 0x8020 variable CustSize 0 proc GetCustSize {} { variable CustSize set CustSize [expr ([ReadRegister CustomSize] * 3)/2] } proc SetCustSize {} { variable CustSize WriteRegister CustomSize [expr ($CustSize*2)/3] } proc DrawCustSize {} { 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 }