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