Regen SCT driver with new spacing
This commit is contained in:
@ -211,8 +211,8 @@ proc ::scobj::he3_polanal::mkDriver { sct_controller name device_class simulatio
|
||||
sicslist setatt ${name} long_name ${name}
|
||||
|
||||
set scobj_hpath /sics/${name}
|
||||
if {[string equal -nocase ${has_anal} "true"]} {
|
||||
|
||||
if {[string equal -nocase ${has_anal} "true"]} {
|
||||
hfactory ${scobj_hpath}/analyser plain spy none
|
||||
|
||||
hfactory ${scobj_hpath}/analyser/amplitude plain user float
|
||||
@ -314,8 +314,8 @@ proc ::scobj::he3_polanal::mkDriver { sct_controller name device_class simulatio
|
||||
hsetprop ${scobj_hpath}/analyser klass "@none"
|
||||
hsetprop ${scobj_hpath}/analyser type "part"
|
||||
}
|
||||
if {[string equal -nocase ${has_anal} "true"]} {
|
||||
|
||||
if {[string equal -nocase ${has_anal} "true"]} {
|
||||
hfactory ${scobj_hpath}/analyser_start plain spy none
|
||||
|
||||
hfactory ${scobj_hpath}/analyser_start/amplitude plain user float
|
||||
@ -402,8 +402,8 @@ proc ::scobj::he3_polanal::mkDriver { sct_controller name device_class simulatio
|
||||
hsetprop ${scobj_hpath}/analyser_start klass "@none"
|
||||
hsetprop ${scobj_hpath}/analyser_start type "part"
|
||||
}
|
||||
if {[string equal -nocase ${has_pol} "true"]} {
|
||||
|
||||
if {[string equal -nocase ${has_pol} "true"]} {
|
||||
hfactory ${scobj_hpath}/polariser plain spy none
|
||||
|
||||
hfactory ${scobj_hpath}/polariser/amplitude plain user float
|
||||
@ -505,8 +505,8 @@ proc ::scobj::he3_polanal::mkDriver { sct_controller name device_class simulatio
|
||||
hsetprop ${scobj_hpath}/polariser klass "@none"
|
||||
hsetprop ${scobj_hpath}/polariser type "part"
|
||||
}
|
||||
if {[string equal -nocase ${has_pol} "true"]} {
|
||||
|
||||
if {[string equal -nocase ${has_pol} "true"]} {
|
||||
hfactory ${scobj_hpath}/polariser_start plain spy none
|
||||
|
||||
hfactory ${scobj_hpath}/polariser_start/amplitude plain user float
|
||||
|
Reference in New Issue
Block a user