[Doc_Dynamic] [global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]] Inspection Line SetUp

AGATA Digitizer: Inspection Line SetUp


Digitizer [set ::AGATADigitizer::Digitizer]        Detector [set ::AGATADigitizer::Detector]_[set ::AGATADigitizer::Crystal]_[set ::AGATADigitizer::Segment]

[ namespace eval AGATADigitizer_Inspection { if {[string range $::AGATADigitizer::Fpga 6 23] == "Virtex for Segment" || [string range $::AGATADigitizer::Fpga 9 26] == "Virtex for Segment"} { set LogicInspectionList $SegmentLogicInspectionList set AnalogInspectionList $SegmentAnalogInspectionList set DigitialInspectionList $SegmentDigitialInspectionList } else { set LogicInspectionList $CoreLogicInspectionList set AnalogInspectionList $CoreAnalogInspectionList set DigitialInspectionList $CoreDigitialInspectionList } } set html "" ]

Inspection Line Enable Signal Source
Analog [namespace eval AGATADigitizer_Inspection { if {$EnableA == 0} { set html "" } else { set html "" } set html }]
Digital #0 [namespace eval AGATADigitizer_Inspection { if {$EnableD0 == 0} { set html "" } else { set html "" } set html }]
Digital #1 [namespace eval AGATADigitizer_Inspection { if {$EnableD1 == 0} { set html "" } else { set html "" } set html }]
Logic #0 [namespace eval AGATADigitizer_Inspection { set html "" }]
Logic #1 [namespace eval AGATADigitizer_Inspection { set html "" }]

[namespace eval AGATADigitizer_Inspection { if {$ShowLogFlag == 1} then { set html "" append html "

" append html "" append html "

" set html } }]

[namespace eval AGATADigitizer_Inspection { if {$ShowLogFlag == 1} then { set html "" } else { set html "" } set html }] [namespace eval AGATADigitizer_Inspection { if {$LogFlag == 1} then { set html "" } else { set html "" } set html }]

Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]


[namespace eval AGATADigitizer_Inspection { if {$JS != ""} { append JS "\");" set html "" } }]