# This is the module register SampleFreq 0x80d8 variable SampleFreq 0 proc GetSampleFreq {} { variable SampleFreq set SampleFreq [ReadRegister SampleFreq] } proc SetSampleFreq {} { variable SampleFreq WriteRegister SampleFreq $SampleFreq } proc DrawSampleFreq {} { set html "" append html "

" append html "" append html "" append html "" append html "" append html "" append html "
Sampling Frequency" append html "" append html "
" append html "

" return $html }