SICS-847: Replace t0_chopper_id with master_chopper_id in Lt0 calculation.

Also added some extra chopper status variables.
This commit is contained in:
Ferdi Franceschini
2015-02-06 14:36:39 +11:00
parent e45edb3913
commit 59309cec60
2 changed files with 5 additions and 1 deletions

View File

@@ -516,7 +516,7 @@ sicslist setatt gs_L2_curtaind long_name L2_curtaind
## Lt0
proc Lt0 {} {
set t0_id [SplitReply [t0_chopper_id]]
set t0_id [SplitReply [master_chopper_id]]
switch $t0_id {
"1" { set retval 0.0}
"2" { set retval 1100.0}