# This is the module register MonitorDAC 0x8138 variable MonitorDAC 0 proc GetMonitorDAC {} { variable MonitorDAC set MonitorDAC [ReadRegister MonitorDAC] } proc SetMonitorDAC {} { variable MonitorDAC WriteRegister MonitorDAC $MonitorDAC } proc DrawMonitorDAC {} { set html "" append html "

" append html "" append html "" append html "" append html "" append html "" append html "
Monitor DAC Setting" append html "" append html "
" append html "

" return $html }