# This is the module register CUST_SIZE 0x8020 variable CustSize 0 proc GetCustSize {} { variable CustSize set CustSize [expr [ReadRegister CustomSize]*7] } proc SetCustSize {} { variable CustSize WriteRegister CustomSize [expr $CustSize/7] } proc DrawCustSize {} { set html "" append html "

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

" return $html }