# This is the module register PostTrig 0x8114 variable PostTrig 0 proc GetPostTrig {} { variable PostTrig set PostTrig [ReadRegister PostTrig] } proc SetPostTrig {} { variable PostTrig WriteRegister PostTrig $PostTrig } proc DrawPostTrig {} { variable Name set html "" append html "

" append html "" append html "" append html "" append html "" append html "" append html "
Post Trigger Setting" append html "" append html "
" append html "

" return $html }