From 907511e39f3b6c6dfc629c47681eedc85d423922 Mon Sep 17 00:00:00 2001 From: CCS Operator Account Date: Tue, 28 May 2019 23:36:11 -0700 Subject: [PATCH 1/3] updated properties and header specs --- IR2/lsst-dc06/FocalPlaneSubsystem.groovy | 14 +- IR2/lsst-dc06/comcam-fp.app | 4 +- IR2/lsst-dc06/comcam-fp.properties | 1 - .../comcam-fp__FitsHandling.properties | 18 +- .../comcam-fp__HardwareId.properties | 61 +- IR2/lsst-dc06/comcam-fp__Limits.properties | 5746 ++++++++++++++++- IR2/lsst-dc06/comcam-fp__Rafts.properties | 1324 +++- .../comcam-fp__RaftsLimits.properties | 572 +- .../comcam-fp__RaftsPower.properties | 168 +- IR2/lsst-dc06/comcam-fp__Sequencer.properties | 6 +- IR2/lsst-dc06/comcam-fp__timers.properties | 9 +- IR2/lsst-dc06/fp-primary.spec | 16 +- 12 files changed, 7306 insertions(+), 633 deletions(-) diff --git a/IR2/lsst-dc06/FocalPlaneSubsystem.groovy b/IR2/lsst-dc06/FocalPlaneSubsystem.groovy index a993062..c76da51 100644 --- a/IR2/lsst-dc06/FocalPlaneSubsystem.groovy +++ b/IR2/lsst-dc06/FocalPlaneSubsystem.groovy @@ -59,7 +59,17 @@ builder. for (Raft raftGeometry : focalPlane.getChildrenList() ) { System.out.println("Looping on Raft "+raftGeometry.getName()); - + + def raft = raftGeometry.getName() + + +// TempCtrl (TempControl, gain: 0.1, timeConst: 120.0, smoothTime: 20.0, +// "$raft" () { + TempCtrl (TempControl, gain: 0.1, timeConst: 120.0, smoothTime: 20.0, + maxOutput: 5.6, awGain: 4.0, basePower: 0.0, tolerance: 0.05, + updateTime: 30000, rebs: ["${raft}/Reb0", "${raft}/Reb2"], tempChans: ["${raft}/Reb0/S01/Temp", "${raft}/Reb1/S11/Temp"]) +// } + for (Reb rebGeometry : raftGeometry.getChildrenList() ) { def rebCount = ((10*raftGeometry.getParallelPosition())+raftGeometry.getSerialPosition())*4+rebGeometry.getParallelPosition(); def reb = raftGeometry.getName()+"/"+rebGeometry.getName(); @@ -86,6 +96,8 @@ builder. "Bias$j" (BiasControl, hwChan: j) // All REBs, physical values } + + String title = "${reb} temperatures\\" for (int j = 1; j <= 10; j++) { // Per Stuart Marshall. for 2 ETU testing will will set limits on Temps 1 and 2 diff --git a/IR2/lsst-dc06/comcam-fp.app b/IR2/lsst-dc06/comcam-fp.app index c8c3037..dbdbf1f 100644 --- a/IR2/lsst-dc06/comcam-fp.app +++ b/IR2/lsst-dc06/comcam-fp.app @@ -1,5 +1,7 @@ org.lsst.ccs.application.mainClass=org.lsst.ccs.startup.SubsystemBoot org.lsst.ccs.application.args=--description FocalPlaneSubsystem --alias comcam-fp --configuration "" -org.lsst.ccs.application.description=Run the ComCam FocalPlane Subsystem +org.lsst.ccs.application.description=Run the comcam-fp FocalPlane Subsystem org.lsst.ccs.ld.library.path=Daq2 org.lsst.ccs.dbUrl=jdbc:mysql://lsst-ir2db01.slac.stanford.edu:3306/ir2dbprod?user=ccs&password=ccs23&autoReconnect=true +org.lsst.ccs.rafts.partition=comcam +org.lsst.ccs.subsystem.agent.property.group=comcam diff --git a/IR2/lsst-dc06/comcam-fp.properties b/IR2/lsst-dc06/comcam-fp.properties index d7f4aba..e69de29 100644 --- a/IR2/lsst-dc06/comcam-fp.properties +++ b/IR2/lsst-dc06/comcam-fp.properties @@ -1 +0,0 @@ -focalPlaneConfig/FITSRootDirectory = /gpfs/slac/lsst/fs3/g/data/R_and_D/comcam/ diff --git a/IR2/lsst-dc06/comcam-fp__FitsHandling.properties b/IR2/lsst-dc06/comcam-fp__FitsHandling.properties index a250cfe..96aa53f 100644 --- a/IR2/lsst-dc06/comcam-fp__FitsHandling.properties +++ b/IR2/lsst-dc06/comcam-fp__FitsHandling.properties @@ -1,4 +1,20 @@ +#******** focalPlaneConfig/FITSAutoSave +#** category : FitsHandling +#******** focalPlaneConfig/FITSAutoSave = true + +#******** focalPlaneConfig/FITSDirectoryPattern +#** category : FitsHandling +#******** +focalPlaneConfig/FITSDirectoryPattern = ${imageDate}/${imageName} + +#******** focalPlaneConfig/FITSFilePattern +#** category : FitsHandling +#******** focalPlaneConfig/FITSFilePattern = ${imageName}_${raftName}_S${sensorLoc}.fits + +#******** focalPlaneConfig/FITSRootDirectory +#** category : FitsHandling +#******** focalPlaneConfig/FITSRootDirectory = /gpfs/slac/lsst/fs3/g/data/R_and_D/comcam/ -focalPlaneConfig/FITSDirectoryPattern = ${imageDate}/${imageName} + diff --git a/IR2/lsst-dc06/comcam-fp__HardwareId.properties b/IR2/lsst-dc06/comcam-fp__HardwareId.properties index cd4a71e..5f48a45 100644 --- a/IR2/lsst-dc06/comcam-fp__HardwareId.properties +++ b/IR2/lsst-dc06/comcam-fp__HardwareId.properties @@ -1,11 +1,50 @@ -# Correct for 2ETU testing -R22/name: LCA-11021_RTM-031 -R22/Reb0/S00/name: ITL-3800C-229 -R22/Reb0/S01/name: ITL-3800C-251 -R22/Reb0/S02/name: ITL-3800C-215 -R22/Reb1/S10/name: ITL-3800C-326 -R22/Reb1/S11/name: ITL-3800C-283 -R22/Reb1/S12/name: ITL-3800C-243 -R22/Reb2/S20/name: ITL-3800C-319 -R22/Reb2/S21/name: ITL-3800C-209 -R22/Reb2/S22/name: ITL-3800C-206 +#******** R22/name +#** category : HardwareId +#******** +R22/name = LCA-11021_RTM-031 + +#******** R22/Reb0/S00/name +#** category : HardwareId +#******** +R22/Reb0/S00/name = ITL-3800C-229 + +#******** R22/Reb0/S01/name +#** category : HardwareId +#******** +R22/Reb0/S01/name = ITL-3800C-251 + +#******** R22/Reb0/S02/name +#** category : HardwareId +#******** +R22/Reb0/S02/name = ITL-3800C-215 + +#******** R22/Reb1/S10/name +#** category : HardwareId +#******** +R22/Reb1/S10/name = ITL-3800C-326 + +#******** R22/Reb1/S11/name +#** category : HardwareId +#******** +R22/Reb1/S11/name = ITL-3800C-283 + +#******** R22/Reb1/S12/name +#** category : HardwareId +#******** +R22/Reb1/S12/name = ITL-3800C-243 + +#******** R22/Reb2/S20/name +#** category : HardwareId +#******** +R22/Reb2/S20/name = ITL-3800C-319 + +#******** R22/Reb2/S21/name +#** category : HardwareId +#******** +R22/Reb2/S21/name = ITL-3800C-209 + +#******** R22/Reb2/S22/name +#** category : HardwareId +#******** +R22/Reb2/S22/name = ITL-3800C-206 + diff --git a/IR2/lsst-dc06/comcam-fp__Limits.properties b/IR2/lsst-dc06/comcam-fp__Limits.properties index a82a749..8a6a490 100644 --- a/IR2/lsst-dc06/comcam-fp__Limits.properties +++ b/IR2/lsst-dc06/comcam-fp__Limits.properties @@ -1,1260 +1,6300 @@ +#******** R22/Reb0/AnaI/dbandHi +#** category : Limits +#******** R22/Reb0/AnaI/dbandHi = 20.0 -R22/Reb1/AnaI/dbandHi = 20.0 -R22/Reb2/AnaI/dbandHi = 20.0 + +#******** R22/Reb0/AnaI/dbandLo +#** category : Limits +#******** R22/Reb0/AnaI/dbandLo = 20.0 -R22/Reb1/AnaI/dbandLo = 20.0 -R22/Reb2/AnaI/dbandLo = 20.0 + +#******** R22/Reb0/AnaI/limitHi +#** category : Limits +#******** R22/Reb0/AnaI/limitHi = 720.0 -R22/Reb1/AnaI/limitHi = 720.0 -R22/Reb2/AnaI/limitHi = 720.0 -R22/Reb0/AnaI/limitLo = 550 -R22/Reb1/AnaI/limitLo = 550 -R22/Reb2/AnaI/limitLo = 550 + +#******** R22/Reb0/AnaI/limitLo +#** category : Limits +#******** +R22/Reb0/AnaI/limitLo = 550.0 + +#******** R22/Reb0/AnaV/dbandHi +#** category : Limits +#******** R22/Reb0/AnaV/dbandHi = 0.5 -R22/Reb1/AnaV/dbandHi = 0.5 -R22/Reb2/AnaV/dbandHi = 0.5 + +#******** R22/Reb0/AnaV/dbandLo +#** category : Limits +#******** R22/Reb0/AnaV/dbandLo = 0.5 -R22/Reb1/AnaV/dbandLo = 0.5 -R22/Reb2/AnaV/dbandLo = 0.5 + +#******** R22/Reb0/AnaV/limitHi +#** category : Limits +#******** R22/Reb0/AnaV/limitHi = 8.5 -R22/Reb1/AnaV/limitHi = 8.5 -R22/Reb2/AnaV/limitHi = 8.5 + +#******** R22/Reb0/AnaV/limitLo +#** category : Limits +#******** R22/Reb0/AnaV/limitLo = 6.5 -R22/Reb1/AnaV/limitLo = 6.5 -R22/Reb2/AnaV/limitLo = 6.5 + +#******** R22/Reb0/AspicL/Temp0/dbandHi +#** category : Limits +#******** R22/Reb0/AspicL/Temp0/dbandHi = 5.0 -R22/Reb1/AspicL/Temp0/dbandHi = 5.0 -R22/Reb2/AspicL/Temp0/dbandHi = 5.0 + +#******** R22/Reb0/AspicL/Temp0/dbandLo +#** category : Limits +#******** R22/Reb0/AspicL/Temp0/dbandLo = 5.0 -R22/Reb1/AspicL/Temp0/dbandLo = 5.0 -R22/Reb2/AspicL/Temp0/dbandLo = 5.0 + +#******** R22/Reb0/AspicL/Temp0/limitHi +#** category : Limits +#******** R22/Reb0/AspicL/Temp0/limitHi = 45.0 -R22/Reb1/AspicL/Temp0/limitHi = 45.0 -R22/Reb2/AspicL/Temp0/limitHi = 45.0 + +#******** R22/Reb0/AspicL/Temp0/limitLo +#** category : Limits +#******** R22/Reb0/AspicL/Temp0/limitLo = 10.0 -R22/Reb1/AspicL/Temp0/limitLo = 10.0 -R22/Reb2/AspicL/Temp0/limitLo = 10.0 + +#******** R22/Reb0/AspicL/Temp1/dbandHi +#** category : Limits +#******** R22/Reb0/AspicL/Temp1/dbandHi = 5.0 -R22/Reb1/AspicL/Temp1/dbandHi = 5.0 -R22/Reb2/AspicL/Temp1/dbandHi = 5.0 + +#******** R22/Reb0/AspicL/Temp1/dbandLo +#** category : Limits +#******** R22/Reb0/AspicL/Temp1/dbandLo = 5.0 -R22/Reb1/AspicL/Temp1/dbandLo = 5.0 -R22/Reb2/AspicL/Temp1/dbandLo = 5.0 + +#******** R22/Reb0/AspicL/Temp1/limitHi +#** category : Limits +#******** R22/Reb0/AspicL/Temp1/limitHi = 45.0 -R22/Reb1/AspicL/Temp1/limitHi = 45.0 -R22/Reb2/AspicL/Temp1/limitHi = 45.0 + +#******** R22/Reb0/AspicL/Temp1/limitLo +#** category : Limits +#******** R22/Reb0/AspicL/Temp1/limitLo = 10.0 -R22/Reb1/AspicL/Temp1/limitLo = 10.0 -R22/Reb2/AspicL/Temp1/limitLo = 10.0 + +#******** R22/Reb0/AspicL/Temp2/dbandHi +#** category : Limits +#******** R22/Reb0/AspicL/Temp2/dbandHi = 5.0 -R22/Reb1/AspicL/Temp2/dbandHi = 5.0 -R22/Reb2/AspicL/Temp2/dbandHi = 5.0 + +#******** R22/Reb0/AspicL/Temp2/dbandLo +#** category : Limits +#******** R22/Reb0/AspicL/Temp2/dbandLo = 5.0 -R22/Reb1/AspicL/Temp2/dbandLo = 5.0 -R22/Reb2/AspicL/Temp2/dbandLo = 5.0 + +#******** R22/Reb0/AspicL/Temp2/limitHi +#** category : Limits +#******** R22/Reb0/AspicL/Temp2/limitHi = 45.0 -R22/Reb1/AspicL/Temp2/limitHi = 45.0 -R22/Reb2/AspicL/Temp2/limitHi = 45.0 + +#******** R22/Reb0/AspicL/Temp2/limitLo +#** category : Limits +#******** R22/Reb0/AspicL/Temp2/limitLo = 10.0 -R22/Reb1/AspicL/Temp2/limitLo = 10.0 -R22/Reb2/AspicL/Temp2/limitLo = 10.0 + +#******** R22/Reb0/AspicU/Temp0/dbandHi +#** category : Limits +#******** R22/Reb0/AspicU/Temp0/dbandHi = 5.0 -R22/Reb1/AspicU/Temp0/dbandHi = 5.0 -R22/Reb2/AspicU/Temp0/dbandHi = 5.0 + +#******** R22/Reb0/AspicU/Temp0/dbandLo +#** category : Limits +#******** R22/Reb0/AspicU/Temp0/dbandLo = 5.0 -R22/Reb1/AspicU/Temp0/dbandLo = 5.0 -R22/Reb2/AspicU/Temp0/dbandLo = 5.0 + +#******** R22/Reb0/AspicU/Temp0/limitHi +#** category : Limits +#******** R22/Reb0/AspicU/Temp0/limitHi = 45.0 -R22/Reb1/AspicU/Temp0/limitHi = 45.0 -R22/Reb2/AspicU/Temp0/limitHi = 45.0 + +#******** R22/Reb0/AspicU/Temp0/limitLo +#** category : Limits +#******** R22/Reb0/AspicU/Temp0/limitLo = 10.0 -R22/Reb1/AspicU/Temp0/limitLo = 10.0 -R22/Reb2/AspicU/Temp0/limitLo = 10.0 + +#******** R22/Reb0/AspicU/Temp1/dbandHi +#** category : Limits +#******** R22/Reb0/AspicU/Temp1/dbandHi = 5.0 -R22/Reb1/AspicU/Temp1/dbandHi = 5.0 -R22/Reb2/AspicU/Temp1/dbandHi = 5.0 + +#******** R22/Reb0/AspicU/Temp1/dbandLo +#** category : Limits +#******** R22/Reb0/AspicU/Temp1/dbandLo = 5.0 -R22/Reb1/AspicU/Temp1/dbandLo = 5.0 -R22/Reb2/AspicU/Temp1/dbandLo = 5.0 + +#******** R22/Reb0/AspicU/Temp1/limitHi +#** category : Limits +#******** R22/Reb0/AspicU/Temp1/limitHi = 45.0 -R22/Reb1/AspicU/Temp1/limitHi = 45.0 -R22/Reb2/AspicU/Temp1/limitHi = 45.0 + +#******** R22/Reb0/AspicU/Temp1/limitLo +#** category : Limits +#******** R22/Reb0/AspicU/Temp1/limitLo = 10.0 -R22/Reb1/AspicU/Temp1/limitLo = 10.0 -R22/Reb2/AspicU/Temp1/limitLo = 10.0 + +#******** R22/Reb0/AspicU/Temp2/dbandHi +#** category : Limits +#******** R22/Reb0/AspicU/Temp2/dbandHi = 5.0 -R22/Reb1/AspicU/Temp2/dbandHi = 5.0 -R22/Reb2/AspicU/Temp2/dbandHi = 5.0 + +#******** R22/Reb0/AspicU/Temp2/dbandLo +#** category : Limits +#******** R22/Reb0/AspicU/Temp2/dbandLo = 5.0 -R22/Reb1/AspicU/Temp2/dbandLo = 5.0 -R22/Reb2/AspicU/Temp2/dbandLo = 5.0 + +#******** R22/Reb0/AspicU/Temp2/limitHi +#** category : Limits +#******** R22/Reb0/AspicU/Temp2/limitHi = 45.0 -R22/Reb1/AspicU/Temp2/limitHi = 45.0 -R22/Reb2/AspicU/Temp2/limitHi = 45.0 + +#******** R22/Reb0/AspicU/Temp2/limitLo +#** category : Limits +#******** R22/Reb0/AspicU/Temp2/limitLo = 10.0 -R22/Reb1/AspicU/Temp2/limitLo = 10.0 -R22/Reb2/AspicU/Temp2/limitLo = 10.0 + +#******** R22/Reb0/ClkHI/dbandHi +#** category : Limits +#******** R22/Reb0/ClkHI/dbandHi = 200.0 -R22/Reb1/ClkHI/dbandHi = 200.0 -R22/Reb2/ClkHI/dbandHi = 200.0 + +#******** R22/Reb0/ClkHI/dbandLo +#** category : Limits +#******** R22/Reb0/ClkHI/dbandLo = 10.0 -R22/Reb1/ClkHI/dbandLo = 10.0 -R22/Reb2/ClkHI/dbandLo = 10.0 + +#******** R22/Reb0/ClkHI/limitHi +#** category : Limits +#******** R22/Reb0/ClkHI/limitHi = 150.0 -R22/Reb1/ClkHI/limitHi = 150.0 -R22/Reb2/ClkHI/limitHi = 150.0 + +#******** R22/Reb0/ClkHI/limitLo +#** category : Limits +#******** R22/Reb0/ClkHI/limitLo = 90.0 -R22/Reb1/ClkHI/limitLo = 90.0 -R22/Reb2/ClkHI/limitLo = 90.0 + +#******** R22/Reb0/ClkHV/dbandHi +#** category : Limits +#******** R22/Reb0/ClkHV/dbandHi = 1.0 -R22/Reb1/ClkHV/dbandHi = 1.0 -R22/Reb2/ClkHV/dbandHi = 1.0 + +#******** R22/Reb0/ClkHV/dbandLo +#** category : Limits +#******** R22/Reb0/ClkHV/dbandLo = 1.0 -R22/Reb1/ClkHV/dbandLo = 1.0 -R22/Reb2/ClkHV/dbandLo = 1.0 + +#******** R22/Reb0/ClkHV/limitHi +#** category : Limits +#******** R22/Reb0/ClkHV/limitHi = 16.5 -R22/Reb1/ClkHV/limitHi = 16.5 -R22/Reb2/ClkHV/limitHi = 16.5 + +#******** R22/Reb0/ClkHV/limitLo +#** category : Limits +#******** R22/Reb0/ClkHV/limitLo = 13.0 -R22/Reb1/ClkHV/limitLo = 13.0 -R22/Reb2/ClkHV/limitLo = 13.0 + +#******** R22/Reb0/ClkLI/dbandHi +#** category : Limits +#******** R22/Reb0/ClkLI/dbandHi = 150.0 -R22/Reb1/ClkLI/dbandHi = 150.0 -R22/Reb2/ClkLI/dbandHi = 150.0 + +#******** R22/Reb0/ClkLI/dbandLo +#** category : Limits +#******** R22/Reb0/ClkLI/dbandLo = 5.0 -R22/Reb1/ClkLI/dbandLo = 5.0 -R22/Reb2/ClkLI/dbandLo = 5.0 + +#******** R22/Reb0/ClkLI/limitHi +#** category : Limits +#******** R22/Reb0/ClkLI/limitHi = 100.0 -R22/Reb1/ClkLI/limitHi = 100.0 -R22/Reb2/ClkLI/limitHi = 100.0 + +#******** R22/Reb0/ClkLI/limitLo +#** category : Limits +#******** R22/Reb0/ClkLI/limitLo = 45.0 -R22/Reb1/ClkLI/limitLo = 45.0 -R22/Reb2/ClkLI/limitLo = 45.0 + +#******** R22/Reb0/ClkLV/dbandHi +#** category : Limits +#******** R22/Reb0/ClkLV/dbandHi = 16.5 -R22/Reb1/ClkLV/dbandHi = 16.5 -R22/Reb2/ClkLV/dbandHi = 16.5 + +#******** R22/Reb0/ClkLV/dbandLo +#** category : Limits +#******** R22/Reb0/ClkLV/dbandLo = 1.0 -R22/Reb1/ClkLV/dbandLo = 1.0 -R22/Reb2/ClkLV/dbandLo = 1.0 + +#******** R22/Reb0/ClkLV/limitHi +#** category : Limits +#******** R22/Reb0/ClkLV/limitHi = 16.5 -R22/Reb1/ClkLV/limitHi = 16.5 -R22/Reb2/ClkLV/limitHi = 16.5 + +#******** R22/Reb0/ClkLV/limitLo +#** category : Limits +#******** R22/Reb0/ClkLV/limitLo = 13.0 -R22/Reb1/ClkLV/limitLo = 13.0 -R22/Reb2/ClkLV/limitLo = 13.0 + +#******** R22/Reb0/DigI/dbandHi +#** category : Limits +#******** R22/Reb0/DigI/dbandHi = 40.0 -R22/Reb1/DigI/dbandHi = 40.0 -R22/Reb2/DigI/dbandHi = 40.0 + +#******** R22/Reb0/DigI/dbandLo +#** category : Limits +#******** R22/Reb0/DigI/dbandLo = 40.0 -R22/Reb1/DigI/dbandLo = 40.0 -R22/Reb2/DigI/dbandLo = 40.0 + +#******** R22/Reb0/DigI/limitHi +#** category : Limits +#******** R22/Reb0/DigI/limitHi = 640.0 -R22/Reb1/DigI/limitHi = 640.0 -R22/Reb2/DigI/limitHi = 640.0 + +#******** R22/Reb0/DigI/limitLo +#** category : Limits +#******** R22/Reb0/DigI/limitLo = 480.0 -R22/Reb1/DigI/limitLo = 480.0 -R22/Reb2/DigI/limitLo = 480.0 + +#******** R22/Reb0/DigV/dbandHi +#** category : Limits +#******** R22/Reb0/DigV/dbandHi = 0.2 -R22/Reb1/DigV/dbandHi = 0.2 -R22/Reb2/DigV/dbandHi = 0.2 + +#******** R22/Reb0/DigV/dbandLo +#** category : Limits +#******** R22/Reb0/DigV/dbandLo = 0.2 -R22/Reb1/DigV/dbandLo = 0.2 -R22/Reb2/DigV/dbandLo = 0.2 + +#******** R22/Reb0/DigV/limitHi +#** category : Limits +#******** R22/Reb0/DigV/limitHi = 6.0 -R22/Reb1/DigV/limitHi = 6.0 -R22/Reb2/DigV/limitHi = 6.0 + +#******** R22/Reb0/DigV/limitLo +#** category : Limits +#******** R22/Reb0/DigV/limitLo = 4.6 -R22/Reb1/DigV/limitLo = 4.6 -R22/Reb2/DigV/limitLo = 4.6 + +#******** R22/Reb0/HtrV/dbandHi +#** category : Limits +#******** R22/Reb0/HtrV/dbandHi = 0.0 -R22/Reb1/HtrV/dbandHi = 0.0 -R22/Reb2/HtrV/dbandHi = 0.0 + +#******** R22/Reb0/HtrV/dbandLo +#** category : Limits +#******** R22/Reb0/HtrV/dbandLo = 0.0 -R22/Reb1/HtrV/dbandLo = 0.0 -R22/Reb2/HtrV/dbandLo = 0.0 + +#******** R22/Reb0/HtrV/limitHi +#** category : Limits +#******** R22/Reb0/HtrV/limitHi = 9.0 -R22/Reb1/HtrV/limitHi = 9.0 -R22/Reb2/HtrV/limitHi = 9.0 + +#******** R22/Reb0/HtrV/limitLo +#** category : Limits +#******** R22/Reb0/HtrV/limitLo = 0.0 -R22/Reb1/HtrV/limitLo = 0.0 -R22/Reb2/HtrV/limitLo = 0.0 + +#******** R22/Reb0/HtrW/dbandHi +#** category : Limits +#******** R22/Reb0/HtrW/dbandHi = 0.0 -R22/Reb1/HtrW/dbandHi = 0.0 -R22/Reb2/HtrW/dbandHi = 0.0 + +#******** R22/Reb0/HtrW/dbandLo +#** category : Limits +#******** R22/Reb0/HtrW/dbandLo = 0.0 -R22/Reb1/HtrW/dbandLo = 0.0 -R22/Reb2/HtrW/dbandLo = 0.0 + +#******** R22/Reb0/HtrW/limitHi +#** category : Limits +#******** R22/Reb0/HtrW/limitHi = 4.0 -R22/Reb1/HtrW/limitHi = 4.0 -R22/Reb2/HtrW/limitHi = 4.0 + +#******** R22/Reb0/HtrW/limitLo +#** category : Limits +#******** R22/Reb0/HtrW/limitLo = 0.0 -R22/Reb1/HtrW/limitLo = 0.0 -R22/Reb2/HtrW/limitLo = 0.0 + +#******** R22/Reb0/ODI/dbandHi +#** category : Limits +#******** R22/Reb0/ODI/dbandHi = 10.0 -R22/Reb1/ODI/dbandHi = 10.0 -R22/Reb2/ODI/dbandHi = 10.0 + +#******** R22/Reb0/ODI/dbandLo +#** category : Limits +#******** R22/Reb0/ODI/dbandLo = 10.0 -R22/Reb1/ODI/dbandLo = 10.0 -R22/Reb2/ODI/dbandLo = 10.0 + +#******** R22/Reb0/ODI/limitHi +#** category : Limits +#******** R22/Reb0/ODI/limitHi = 105.0 -R22/Reb1/ODI/limitHi = 105.0 -R22/Reb2/ODI/limitHi = 105.0 + +#******** R22/Reb0/ODI/limitLo +#** category : Limits +#******** R22/Reb0/ODI/limitLo = 75.0 -R22/Reb1/ODI/limitLo = 75.0 -R22/Reb2/ODI/limitLo = 75.0 + +#******** R22/Reb0/ODV/dbandHi +#** category : Limits +#******** R22/Reb0/ODV/dbandHi = 1.0 -R22/Reb1/ODV/dbandHi = 1.0 -R22/Reb2/ODV/dbandHi = 1.0 + +#******** R22/Reb0/ODV/dbandLo +#** category : Limits +#******** R22/Reb0/ODV/dbandLo = 1.0 -R22/Reb1/ODV/dbandLo = 1.0 -R22/Reb2/ODV/dbandLo = 1.0 + +#******** R22/Reb0/ODV/limitHi +#** category : Limits +#******** R22/Reb0/ODV/limitHi = 41.0 -R22/Reb1/ODV/limitHi = 41.0 -R22/Reb2/ODV/limitHi = 41.0 + +#******** R22/Reb0/ODV/limitLo +#** category : Limits +#******** R22/Reb0/ODV/limitLo = 36.0 -R22/Reb1/ODV/limitLo = 36.0 -R22/Reb2/ODV/limitLo = 36.0 + +#******** R22/Reb0/PClkL/dbandHi +#** category : Limits +#******** R22/Reb0/PClkL/dbandHi = 0.5 -R22/Reb1/PClkL/dbandHi = 0.5 -R22/Reb2/PClkL/dbandHi = 0.5 + +#******** R22/Reb0/PClkL/dbandLo +#** category : Limits +#******** R22/Reb0/PClkL/dbandLo = 0.5 -R22/Reb1/PClkL/dbandLo = 0.5 -R22/Reb2/PClkL/dbandLo = 0.5 + +#******** R22/Reb0/PClkL/limitHi +#** category : Limits +#******** R22/Reb0/PClkL/limitHi = -6.0 -R22/Reb1/PClkL/limitHi = -6.0 -R22/Reb2/PClkL/limitHi = -6.0 + +#******** R22/Reb0/PClkL/limitLo +#** category : Limits +#******** R22/Reb0/PClkL/limitLo = -10.0 -R22/Reb1/PClkL/limitLo = -10.0 -R22/Reb2/PClkL/limitLo = -10.0 + +#******** R22/Reb0/PClkU/dbandHi +#** category : Limits +#******** R22/Reb0/PClkU/dbandHi = 0.5 -R22/Reb1/PClkU/dbandHi = 0.5 -R22/Reb2/PClkU/dbandHi = 0.5 + +#******** R22/Reb0/PClkU/dbandLo +#** category : Limits +#******** R22/Reb0/PClkU/dbandLo = 0.5 -R22/Reb1/PClkU/dbandLo = 0.5 -R22/Reb2/PClkU/dbandLo = 0.5 + +#******** R22/Reb0/PClkU/limitHi +#** category : Limits +#******** R22/Reb0/PClkU/limitHi = 4.0 -R22/Reb1/PClkU/limitHi = 4.0 -R22/Reb2/PClkU/limitHi = 4.0 + +#******** R22/Reb0/PClkU/limitLo +#** category : Limits +#******** R22/Reb0/PClkU/limitLo = 0.5 -R22/Reb1/PClkU/limitLo = 0.5 -R22/Reb2/PClkU/limitLo = 0.5 + +#******** R22/Reb0/Power/dbandHi +#** category : Limits +#******** R22/Reb0/Power/dbandHi = 1.0 -R22/Reb1/Power/dbandHi = 1.0 -R22/Reb2/Power/dbandHi = 1.0 + +#******** R22/Reb0/Power/dbandLo +#** category : Limits +#******** R22/Reb0/Power/dbandLo = 1.0 -R22/Reb1/Power/dbandLo = 1.0 -R22/Reb2/Power/dbandLo = 1.0 + +#******** R22/Reb0/Power/limitHi +#** category : Limits +#******** R22/Reb0/Power/limitHi = 17.0 -R22/Reb1/Power/limitHi = 17.0 -R22/Reb2/Power/limitHi = 17.0 + +#******** R22/Reb0/Power/limitLo +#** category : Limits +#******** R22/Reb0/Power/limitLo = 9.0 -R22/Reb1/Power/limitLo = 9.0 -R22/Reb2/Power/limitLo = 9.0 + +#******** R22/Reb0/RGL/dbandHi +#** category : Limits +#******** +R22/Reb0/RGL/dbandHi = 0.2 + +#******** R22/Reb0/RGL/dbandLo +#** category : Limits +#******** +R22/Reb0/RGL/dbandLo = 0.2 + +#******** R22/Reb0/RGL/limitHi +#** category : Limits +#******** +R22/Reb0/RGL/limitHi = -0.5 + +#******** R22/Reb0/RGL/limitLo +#** category : Limits +#******** +R22/Reb0/RGL/limitLo = -3.0 + +#******** R22/Reb0/RGU/dbandHi +#** category : Limits +#******** +R22/Reb0/RGU/dbandHi = 1.0 + +#******** R22/Reb0/RGU/dbandLo +#** category : Limits +#******** +R22/Reb0/RGU/dbandLo = 1.0 + +#******** R22/Reb0/RGU/limitHi +#** category : Limits +#******** +R22/Reb0/RGU/limitHi = 12.0 + +#******** R22/Reb0/RGU/limitLo +#** category : Limits +#******** +R22/Reb0/RGU/limitLo = 6.0 + +#******** R22/Reb0/RTDTemp/dbandHi +#** category : Limits +#******** +R22/Reb0/RTDTemp/dbandHi = 5.0 + +#******** R22/Reb0/RTDTemp/dbandLo +#** category : Limits +#******** +R22/Reb0/RTDTemp/dbandLo = 5.0 + +#******** R22/Reb0/RTDTemp/limitHi +#** category : Limits +#******** +R22/Reb0/RTDTemp/limitHi = 45.0 + +#******** R22/Reb0/RTDTemp/limitLo +#** category : Limits +#******** +R22/Reb0/RTDTemp/limitLo = -120.0 + +#******** R22/Reb0/Ref05V/dbandHi +#** category : Limits +#******** R22/Reb0/Ref05V/dbandHi = 0.1 -R22/Reb1/Ref05V/dbandHi = 0.1 -R22/Reb2/Ref05V/dbandHi = 0.1 + +#******** R22/Reb0/Ref05V/dbandLo +#** category : Limits +#******** R22/Reb0/Ref05V/dbandLo = 0.1 -R22/Reb1/Ref05V/dbandLo = 0.1 -R22/Reb2/Ref05V/dbandLo = 0.1 + +#******** R22/Reb0/Ref05V/limitHi +#** category : Limits +#******** R22/Reb0/Ref05V/limitHi = 5.5 -R22/Reb1/Ref05V/limitHi = 5.5 -R22/Reb2/Ref05V/limitHi = 5.5 + +#******** R22/Reb0/Ref05V/limitLo +#** category : Limits +#******** R22/Reb0/Ref05V/limitLo = 4.5 -R22/Reb1/Ref05V/limitLo = 4.5 -R22/Reb2/Ref05V/limitLo = 4.5 + +#******** R22/Reb0/Ref125V/dbandHi +#** category : Limits +#******** R22/Reb0/Ref125V/dbandHi = 0.2 -R22/Reb1/Ref125V/dbandHi = 0.2 -R22/Reb2/Ref125V/dbandHi = 0.2 + +#******** R22/Reb0/Ref125V/dbandLo +#** category : Limits +#******** R22/Reb0/Ref125V/dbandLo = 0.2 -R22/Reb1/Ref125V/dbandLo = 0.2 -R22/Reb2/Ref125V/dbandLo = 0.2 + +#******** R22/Reb0/Ref125V/limitHi +#** category : Limits +#******** R22/Reb0/Ref125V/limitHi = 2.75 -R22/Reb1/Ref125V/limitHi = 2.75 -R22/Reb2/Ref125V/limitHi = 2.75 + +#******** R22/Reb0/Ref125V/limitLo +#** category : Limits +#******** R22/Reb0/Ref125V/limitLo = 2.25 -R22/Reb1/Ref125V/limitLo = 2.25 -R22/Reb2/Ref125V/limitLo = 2.25 + +#******** R22/Reb0/Ref15V/dbandHi +#** category : Limits +#******** R22/Reb0/Ref15V/dbandHi = 0.2 -R22/Reb1/Ref15V/dbandHi = 0.2 -R22/Reb2/Ref15V/dbandHi = 0.2 + +#******** R22/Reb0/Ref15V/dbandLo +#** category : Limits +#******** R22/Reb0/Ref15V/dbandLo = 0.2 -R22/Reb1/Ref15V/dbandLo = 0.2 -R22/Reb2/Ref15V/dbandLo = 0.2 + +#******** R22/Reb0/Ref15V/limitHi +#** category : Limits +#******** R22/Reb0/Ref15V/limitHi = 5.5 -R22/Reb1/Ref15V/limitHi = 5.5 -R22/Reb2/Ref15V/limitHi = 5.5 + +#******** R22/Reb0/Ref15V/limitLo +#** category : Limits +#******** R22/Reb0/Ref15V/limitLo = 4.5 -R22/Reb1/Ref15V/limitLo = 4.5 -R22/Reb2/Ref15V/limitLo = 4.5 + +#******** R22/Reb0/Ref25V/dbandHi +#** category : Limits +#******** R22/Reb0/Ref25V/dbandHi = 0.2 -R22/Reb1/Ref25V/dbandHi = 0.2 -R22/Reb2/Ref25V/dbandHi = 0.2 + +#******** R22/Reb0/Ref25V/dbandLo +#** category : Limits +#******** R22/Reb0/Ref25V/dbandLo = 0.2 -R22/Reb1/Ref25V/dbandLo = 0.2 -R22/Reb2/Ref25V/dbandLo = 0.2 + +#******** R22/Reb0/Ref25V/limitHi +#** category : Limits +#******** R22/Reb0/Ref25V/limitHi = 5.5 -R22/Reb1/Ref25V/limitHi = 5.5 -R22/Reb2/Ref25V/limitHi = 5.5 + +#******** R22/Reb0/Ref25V/limitLo +#** category : Limits +#******** R22/Reb0/Ref25V/limitLo = 4.5 -R22/Reb1/Ref25V/limitLo = 4.5 -R22/Reb2/Ref25V/limitLo = 4.5 + +#******** R22/Reb0/RefN12/dbandHi +#** category : Limits +#******** R22/Reb0/RefN12/dbandHi = 0.2 -R22/Reb1/RefN12/dbandHi = 0.2 -R22/Reb2/RefN12/dbandHi = 0.2 + +#******** R22/Reb0/RefN12/dbandLo +#** category : Limits +#******** R22/Reb0/RefN12/dbandLo = 0.2 -R22/Reb1/RefN12/dbandLo = 0.2 -R22/Reb2/RefN12/dbandLo = 0.2 + +#******** R22/Reb0/RefN12/limitHi +#** category : Limits +#******** R22/Reb0/RefN12/limitHi = -11.5 -R22/Reb1/RefN12/limitHi = -11.5 -R22/Reb2/RefN12/limitHi = -11.5 + +#******** R22/Reb0/RefN12/limitLo +#** category : Limits +#******** R22/Reb0/RefN12/limitLo = -12.5 -R22/Reb1/RefN12/limitLo = -12.5 -R22/Reb2/RefN12/limitLo = -12.5 + +#******** R22/Reb0/RefP12/dbandHi +#** category : Limits +#******** R22/Reb0/RefP12/dbandHi = 0.2 -R22/Reb1/RefP12/dbandHi = 0.2 -R22/Reb2/RefP12/dbandHi = 0.2 + +#******** R22/Reb0/RefP12/dbandLo +#** category : Limits +#******** R22/Reb0/RefP12/dbandLo = 0.2 -R22/Reb1/RefP12/dbandLo = 0.2 -R22/Reb2/RefP12/dbandLo = 0.2 + +#******** R22/Reb0/RefP12/limitHi +#** category : Limits +#******** R22/Reb0/RefP12/limitHi = 14.1 -R22/Reb1/RefP12/limitHi = 14.1 -R22/Reb2/RefP12/limitHi = 14.1 + +#******** R22/Reb0/RefP12/limitLo +#** category : Limits +#******** R22/Reb0/RefP12/limitLo = 13.0 -R22/Reb1/RefP12/limitLo = 13.0 -R22/Reb2/RefP12/limitLo = 13.0 -R22/Reb0/RGL/dbandHi = 0.2 -R22/Reb1/RGL/dbandHi = 0.2 -R22/Reb2/RGL/dbandHi = 0.2 -R22/Reb0/RGL/dbandLo = 0.2 -R22/Reb1/RGL/dbandLo = 0.2 -R22/Reb2/RGL/dbandLo = 0.2 -R22/Reb0/RGL/limitHi = -0.5 -R22/Reb1/RGL/limitHi = -0.5 -R22/Reb2/RGL/limitHi = -0.5 -R22/Reb0/RGL/limitLo = -3.0 -R22/Reb1/RGL/limitLo = -3.0 -R22/Reb2/RGL/limitLo = -3.0 -R22/Reb0/RGU/dbandHi = 1.0 -R22/Reb1/RGU/dbandHi = 1.0 -R22/Reb2/RGU/dbandHi = 1.0 -R22/Reb0/RGU/dbandLo = 1.0 -R22/Reb1/RGU/dbandLo = 1.0 -R22/Reb2/RGU/dbandLo = 1.0 -R22/Reb0/RGU/limitHi = 12.0 -R22/Reb1/RGU/limitHi = 12.0 -R22/Reb2/RGU/limitHi = 12.0 -R22/Reb0/RGU/limitLo = 6.0 -R22/Reb1/RGU/limitLo = 6.0 -R22/Reb2/RGU/limitLo = 6.0 -R22/Reb0/RTDTemp/dbandHi = 5.0 -R22/Reb1/RTDTemp/dbandHi = 5.0 -R22/Reb2/RTDTemp/dbandHi = 5.0 -R22/Reb0/RTDTemp/dbandLo = 5.0 -R22/Reb1/RTDTemp/dbandLo = 5.0 -R22/Reb2/RTDTemp/dbandLo = 5.0 -R22/Reb0/RTDTemp/limitHi = 45.0 -R22/Reb1/RTDTemp/limitHi = 45.0 -R22/Reb2/RTDTemp/limitHi = 45.0 -R22/Reb0/RTDTemp/limitLo = -120.0 -R22/Reb1/RTDTemp/limitLo = -120.0 -R22/Reb2/RTDTemp/limitLo = -120.0 + +#******** R22/Reb0/S00/GDV/dbandHi +#** category : Limits +#******** R22/Reb0/S00/GDV/dbandHi = 1.0 + +#******** R22/Reb0/S00/GDV/dbandLo +#** category : Limits +#******** R22/Reb0/S00/GDV/dbandLo = 1.0 + +#******** R22/Reb0/S00/GDV/limitHi +#** category : Limits +#******** R22/Reb0/S00/GDV/limitHi = 21.5 + +#******** R22/Reb0/S00/GDV/limitLo +#** category : Limits +#******** R22/Reb0/S00/GDV/limitLo = 18.5 + +#******** R22/Reb0/S00/I00/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I00/dbandHi = 0.1 + +#******** R22/Reb0/S00/I00/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I00/dbandLo = 0.1 + +#******** R22/Reb0/S00/I00/limitHi +#** category : Limits +#******** R22/Reb0/S00/I00/limitHi = 1.35 + +#******** R22/Reb0/S00/I00/limitLo +#** category : Limits +#******** R22/Reb0/S00/I00/limitLo = 0.8 + +#******** R22/Reb0/S00/I01/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I01/dbandHi = 0.1 + +#******** R22/Reb0/S00/I01/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I01/dbandLo = 0.1 + +#******** R22/Reb0/S00/I01/limitHi +#** category : Limits +#******** R22/Reb0/S00/I01/limitHi = 1.35 + +#******** R22/Reb0/S00/I01/limitLo +#** category : Limits +#******** R22/Reb0/S00/I01/limitLo = 0.8 + +#******** R22/Reb0/S00/I02/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I02/dbandHi = 0.1 + +#******** R22/Reb0/S00/I02/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I02/dbandLo = 0.1 + +#******** R22/Reb0/S00/I02/limitHi +#** category : Limits +#******** R22/Reb0/S00/I02/limitHi = 1.35 + +#******** R22/Reb0/S00/I02/limitLo +#** category : Limits +#******** R22/Reb0/S00/I02/limitLo = 0.8 + +#******** R22/Reb0/S00/I03/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I03/dbandHi = 0.1 + +#******** R22/Reb0/S00/I03/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I03/dbandLo = 0.1 + +#******** R22/Reb0/S00/I03/limitHi +#** category : Limits +#******** R22/Reb0/S00/I03/limitHi = 1.35 + +#******** R22/Reb0/S00/I03/limitLo +#** category : Limits +#******** R22/Reb0/S00/I03/limitLo = 0.8 + +#******** R22/Reb0/S00/I04/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I04/dbandHi = 0.1 + +#******** R22/Reb0/S00/I04/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I04/dbandLo = 0.1 + +#******** R22/Reb0/S00/I04/limitHi +#** category : Limits +#******** R22/Reb0/S00/I04/limitHi = 1.35 + +#******** R22/Reb0/S00/I04/limitLo +#** category : Limits +#******** R22/Reb0/S00/I04/limitLo = 0.8 + +#******** R22/Reb0/S00/I05/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I05/dbandHi = 0.1 + +#******** R22/Reb0/S00/I05/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I05/dbandLo = 0.1 + +#******** R22/Reb0/S00/I05/limitHi +#** category : Limits +#******** R22/Reb0/S00/I05/limitHi = 1.35 + +#******** R22/Reb0/S00/I05/limitLo +#** category : Limits +#******** R22/Reb0/S00/I05/limitLo = 0.8 + +#******** R22/Reb0/S00/I06/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I06/dbandHi = 0.1 + +#******** R22/Reb0/S00/I06/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I06/dbandLo = 0.1 + +#******** R22/Reb0/S00/I06/limitHi +#** category : Limits +#******** R22/Reb0/S00/I06/limitHi = 1.35 + +#******** R22/Reb0/S00/I06/limitLo +#** category : Limits +#******** R22/Reb0/S00/I06/limitLo = 0.8 + +#******** R22/Reb0/S00/I07/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I07/dbandHi = 0.1 + +#******** R22/Reb0/S00/I07/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I07/dbandLo = 0.1 + +#******** R22/Reb0/S00/I07/limitHi +#** category : Limits +#******** R22/Reb0/S00/I07/limitHi = 1.35 + +#******** R22/Reb0/S00/I07/limitLo +#** category : Limits +#******** R22/Reb0/S00/I07/limitLo = 0.8 + +#******** R22/Reb0/S00/I10/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I10/dbandHi = 0.1 + +#******** R22/Reb0/S00/I10/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I10/dbandLo = 0.1 + +#******** R22/Reb0/S00/I10/limitHi +#** category : Limits +#******** R22/Reb0/S00/I10/limitHi = 1.35 + +#******** R22/Reb0/S00/I10/limitLo +#** category : Limits +#******** R22/Reb0/S00/I10/limitLo = 0.8 + +#******** R22/Reb0/S00/I11/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I11/dbandHi = 0.1 + +#******** R22/Reb0/S00/I11/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I11/dbandLo = 0.1 + +#******** R22/Reb0/S00/I11/limitHi +#** category : Limits +#******** R22/Reb0/S00/I11/limitHi = 1.35 + +#******** R22/Reb0/S00/I11/limitLo +#** category : Limits +#******** R22/Reb0/S00/I11/limitLo = 0.8 + +#******** R22/Reb0/S00/I12/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I12/dbandHi = 0.1 + +#******** R22/Reb0/S00/I12/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I12/dbandLo = 0.1 + +#******** R22/Reb0/S00/I12/limitHi +#** category : Limits +#******** R22/Reb0/S00/I12/limitHi = 1.35 + +#******** R22/Reb0/S00/I12/limitLo +#** category : Limits +#******** R22/Reb0/S00/I12/limitLo = 0.8 + +#******** R22/Reb0/S00/I13/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I13/dbandHi = 0.1 + +#******** R22/Reb0/S00/I13/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I13/dbandLo = 0.1 + +#******** R22/Reb0/S00/I13/limitHi +#** category : Limits +#******** R22/Reb0/S00/I13/limitHi = 1.35 + +#******** R22/Reb0/S00/I13/limitLo +#** category : Limits +#******** R22/Reb0/S00/I13/limitLo = 0.8 + +#******** R22/Reb0/S00/I14/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I14/dbandHi = 0.1 + +#******** R22/Reb0/S00/I14/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I14/dbandLo = 0.1 + +#******** R22/Reb0/S00/I14/limitHi +#** category : Limits +#******** R22/Reb0/S00/I14/limitHi = 1.35 + +#******** R22/Reb0/S00/I14/limitLo +#** category : Limits +#******** R22/Reb0/S00/I14/limitLo = 0.8 + +#******** R22/Reb0/S00/I15/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I15/dbandHi = 0.1 + +#******** R22/Reb0/S00/I15/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I15/dbandLo = 0.1 + +#******** R22/Reb0/S00/I15/limitHi +#** category : Limits +#******** R22/Reb0/S00/I15/limitHi = 1.35 + +#******** R22/Reb0/S00/I15/limitLo +#** category : Limits +#******** R22/Reb0/S00/I15/limitLo = 0.8 + +#******** R22/Reb0/S00/I16/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I16/dbandHi = 0.1 + +#******** R22/Reb0/S00/I16/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I16/dbandLo = 0.1 + +#******** R22/Reb0/S00/I16/limitHi +#** category : Limits +#******** R22/Reb0/S00/I16/limitHi = 1.35 + +#******** R22/Reb0/S00/I16/limitLo +#** category : Limits +#******** R22/Reb0/S00/I16/limitLo = 0.8 + +#******** R22/Reb0/S00/I17/dbandHi +#** category : Limits +#******** R22/Reb0/S00/I17/dbandHi = 0.1 + +#******** R22/Reb0/S00/I17/dbandLo +#** category : Limits +#******** R22/Reb0/S00/I17/dbandLo = 0.1 + +#******** R22/Reb0/S00/I17/limitHi +#** category : Limits +#******** R22/Reb0/S00/I17/limitHi = 1.35 + +#******** R22/Reb0/S00/I17/limitLo +#** category : Limits +#******** R22/Reb0/S00/I17/limitLo = 0.8 + +#******** R22/Reb0/S00/ODV/dbandHi +#** category : Limits +#******** R22/Reb0/S00/ODV/dbandHi = 0.5 + +#******** R22/Reb0/S00/ODV/dbandLo +#** category : Limits +#******** R22/Reb0/S00/ODV/dbandLo = 0.5 + +#******** R22/Reb0/S00/ODV/limitHi +#** category : Limits +#******** R22/Reb0/S00/ODV/limitHi = 26.0 + +#******** R22/Reb0/S00/ODV/limitLo +#** category : Limits +#******** R22/Reb0/S00/ODV/limitLo = 24.0 + +#******** R22/Reb0/S00/OGV/dbandHi +#** category : Limits +#******** R22/Reb0/S00/OGV/dbandHi = 0.5 + +#******** R22/Reb0/S00/OGV/dbandLo +#** category : Limits +#******** R22/Reb0/S00/OGV/dbandLo = 0.5 + +#******** R22/Reb0/S00/OGV/limitHi +#** category : Limits +#******** R22/Reb0/S00/OGV/limitHi = -1.0 + +#******** R22/Reb0/S00/OGV/limitLo +#** category : Limits +#******** R22/Reb0/S00/OGV/limitLo = -3.0 + +#******** R22/Reb0/S00/RDV/dbandHi +#** category : Limits +#******** R22/Reb0/S00/RDV/dbandHi = 0.5 + +#******** R22/Reb0/S00/RDV/dbandLo +#** category : Limits +#******** R22/Reb0/S00/RDV/dbandLo = 0.5 + +#******** R22/Reb0/S00/RDV/limitHi +#** category : Limits +#******** R22/Reb0/S00/RDV/limitHi = 14.0 + +#******** R22/Reb0/S00/RDV/limitLo +#** category : Limits +#******** R22/Reb0/S00/RDV/limitLo = 12.5 + +#******** R22/Reb0/S00/Temp/dbandHi +#** category : Limits +#******** R22/Reb0/S00/Temp/dbandHi = 0.0 + +#******** R22/Reb0/S00/Temp/dbandLo +#** category : Limits +#******** R22/Reb0/S00/Temp/dbandLo = 0.0 + +#******** R22/Reb0/S00/Temp/limitHi +#** category : Limits +#******** R22/Reb0/S00/Temp/limitHi = 45.0 + +#******** R22/Reb0/S00/Temp/limitLo +#** category : Limits +#******** R22/Reb0/S00/Temp/limitLo = -120.0 + +#******** R22/Reb0/S01/GDV/dbandHi +#** category : Limits +#******** R22/Reb0/S01/GDV/dbandHi = 1.0 + +#******** R22/Reb0/S01/GDV/dbandLo +#** category : Limits +#******** R22/Reb0/S01/GDV/dbandLo = 1.0 + +#******** R22/Reb0/S01/GDV/limitHi +#** category : Limits +#******** R22/Reb0/S01/GDV/limitHi = 21.5 + +#******** R22/Reb0/S01/GDV/limitLo +#** category : Limits +#******** R22/Reb0/S01/GDV/limitLo = 18.5 + +#******** R22/Reb0/S01/I00/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I00/dbandHi = 0.1 + +#******** R22/Reb0/S01/I00/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I00/dbandLo = 0.1 + +#******** R22/Reb0/S01/I00/limitHi +#** category : Limits +#******** R22/Reb0/S01/I00/limitHi = 1.35 + +#******** R22/Reb0/S01/I00/limitLo +#** category : Limits +#******** R22/Reb0/S01/I00/limitLo = 0.8 + +#******** R22/Reb0/S01/I01/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I01/dbandHi = 0.1 + +#******** R22/Reb0/S01/I01/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I01/dbandLo = 0.1 + +#******** R22/Reb0/S01/I01/limitHi +#** category : Limits +#******** R22/Reb0/S01/I01/limitHi = 1.35 + +#******** R22/Reb0/S01/I01/limitLo +#** category : Limits +#******** R22/Reb0/S01/I01/limitLo = 0.8 + +#******** R22/Reb0/S01/I02/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I02/dbandHi = 0.1 + +#******** R22/Reb0/S01/I02/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I02/dbandLo = 0.1 + +#******** R22/Reb0/S01/I02/limitHi +#** category : Limits +#******** R22/Reb0/S01/I02/limitHi = 1.35 + +#******** R22/Reb0/S01/I02/limitLo +#** category : Limits +#******** R22/Reb0/S01/I02/limitLo = 0.8 + +#******** R22/Reb0/S01/I03/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I03/dbandHi = 0.1 + +#******** R22/Reb0/S01/I03/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I03/dbandLo = 0.1 + +#******** R22/Reb0/S01/I03/limitHi +#** category : Limits +#******** R22/Reb0/S01/I03/limitHi = 1.35 + +#******** R22/Reb0/S01/I03/limitLo +#** category : Limits +#******** R22/Reb0/S01/I03/limitLo = 0.8 + +#******** R22/Reb0/S01/I04/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I04/dbandHi = 0.1 + +#******** R22/Reb0/S01/I04/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I04/dbandLo = 0.1 + +#******** R22/Reb0/S01/I04/limitHi +#** category : Limits +#******** R22/Reb0/S01/I04/limitHi = 1.35 + +#******** R22/Reb0/S01/I04/limitLo +#** category : Limits +#******** R22/Reb0/S01/I04/limitLo = 0.8 + +#******** R22/Reb0/S01/I05/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I05/dbandHi = 0.1 + +#******** R22/Reb0/S01/I05/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I05/dbandLo = 0.1 + +#******** R22/Reb0/S01/I05/limitHi +#** category : Limits +#******** R22/Reb0/S01/I05/limitHi = 1.35 + +#******** R22/Reb0/S01/I05/limitLo +#** category : Limits +#******** R22/Reb0/S01/I05/limitLo = 0.8 + +#******** R22/Reb0/S01/I06/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I06/dbandHi = 0.1 + +#******** R22/Reb0/S01/I06/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I06/dbandLo = 0.1 + +#******** R22/Reb0/S01/I06/limitHi +#** category : Limits +#******** R22/Reb0/S01/I06/limitHi = 1.35 + +#******** R22/Reb0/S01/I06/limitLo +#** category : Limits +#******** R22/Reb0/S01/I06/limitLo = 0.8 + +#******** R22/Reb0/S01/I07/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I07/dbandHi = 0.1 + +#******** R22/Reb0/S01/I07/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I07/dbandLo = 0.1 + +#******** R22/Reb0/S01/I07/limitHi +#** category : Limits +#******** R22/Reb0/S01/I07/limitHi = 1.35 + +#******** R22/Reb0/S01/I07/limitLo +#** category : Limits +#******** R22/Reb0/S01/I07/limitLo = 0.8 + +#******** R22/Reb0/S01/I10/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I10/dbandHi = 0.1 + +#******** R22/Reb0/S01/I10/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I10/dbandLo = 0.1 + +#******** R22/Reb0/S01/I10/limitHi +#** category : Limits +#******** R22/Reb0/S01/I10/limitHi = 1.35 + +#******** R22/Reb0/S01/I10/limitLo +#** category : Limits +#******** R22/Reb0/S01/I10/limitLo = 0.8 + +#******** R22/Reb0/S01/I11/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I11/dbandHi = 0.1 + +#******** R22/Reb0/S01/I11/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I11/dbandLo = 0.1 + +#******** R22/Reb0/S01/I11/limitHi +#** category : Limits +#******** R22/Reb0/S01/I11/limitHi = 1.35 + +#******** R22/Reb0/S01/I11/limitLo +#** category : Limits +#******** R22/Reb0/S01/I11/limitLo = 0.8 + +#******** R22/Reb0/S01/I12/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I12/dbandHi = 0.1 + +#******** R22/Reb0/S01/I12/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I12/dbandLo = 0.1 + +#******** R22/Reb0/S01/I12/limitHi +#** category : Limits +#******** R22/Reb0/S01/I12/limitHi = 1.35 + +#******** R22/Reb0/S01/I12/limitLo +#** category : Limits +#******** R22/Reb0/S01/I12/limitLo = 0.8 + +#******** R22/Reb0/S01/I13/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I13/dbandHi = 0.1 + +#******** R22/Reb0/S01/I13/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I13/dbandLo = 0.1 + +#******** R22/Reb0/S01/I13/limitHi +#** category : Limits +#******** R22/Reb0/S01/I13/limitHi = 1.35 + +#******** R22/Reb0/S01/I13/limitLo +#** category : Limits +#******** R22/Reb0/S01/I13/limitLo = 0.8 + +#******** R22/Reb0/S01/I14/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I14/dbandHi = 0.1 + +#******** R22/Reb0/S01/I14/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I14/dbandLo = 0.1 + +#******** R22/Reb0/S01/I14/limitHi +#** category : Limits +#******** R22/Reb0/S01/I14/limitHi = 1.35 + +#******** R22/Reb0/S01/I14/limitLo +#** category : Limits +#******** R22/Reb0/S01/I14/limitLo = 0.8 + +#******** R22/Reb0/S01/I15/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I15/dbandHi = 0.1 + +#******** R22/Reb0/S01/I15/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I15/dbandLo = 0.1 + +#******** R22/Reb0/S01/I15/limitHi +#** category : Limits +#******** R22/Reb0/S01/I15/limitHi = 1.35 + +#******** R22/Reb0/S01/I15/limitLo +#** category : Limits +#******** R22/Reb0/S01/I15/limitLo = 0.8 + +#******** R22/Reb0/S01/I16/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I16/dbandHi = 0.1 + +#******** R22/Reb0/S01/I16/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I16/dbandLo = 0.1 + +#******** R22/Reb0/S01/I16/limitHi +#** category : Limits +#******** R22/Reb0/S01/I16/limitHi = 1.35 + +#******** R22/Reb0/S01/I16/limitLo +#** category : Limits +#******** R22/Reb0/S01/I16/limitLo = 0.8 + +#******** R22/Reb0/S01/I17/dbandHi +#** category : Limits +#******** R22/Reb0/S01/I17/dbandHi = 0.1 + +#******** R22/Reb0/S01/I17/dbandLo +#** category : Limits +#******** R22/Reb0/S01/I17/dbandLo = 0.1 + +#******** R22/Reb0/S01/I17/limitHi +#** category : Limits +#******** R22/Reb0/S01/I17/limitHi = 1.35 + +#******** R22/Reb0/S01/I17/limitLo +#** category : Limits +#******** R22/Reb0/S01/I17/limitLo = 0.8 + +#******** R22/Reb0/S01/ODV/dbandHi +#** category : Limits +#******** R22/Reb0/S01/ODV/dbandHi = 0.5 + +#******** R22/Reb0/S01/ODV/dbandLo +#** category : Limits +#******** R22/Reb0/S01/ODV/dbandLo = 0.5 + +#******** R22/Reb0/S01/ODV/limitHi +#** category : Limits +#******** R22/Reb0/S01/ODV/limitHi = 26.0 + +#******** R22/Reb0/S01/ODV/limitLo +#** category : Limits +#******** R22/Reb0/S01/ODV/limitLo = 24.0 + +#******** R22/Reb0/S01/OGV/dbandHi +#** category : Limits +#******** R22/Reb0/S01/OGV/dbandHi = 0.5 + +#******** R22/Reb0/S01/OGV/dbandLo +#** category : Limits +#******** R22/Reb0/S01/OGV/dbandLo = 0.5 + +#******** R22/Reb0/S01/OGV/limitHi +#** category : Limits +#******** R22/Reb0/S01/OGV/limitHi = -1.0 + +#******** R22/Reb0/S01/OGV/limitLo +#** category : Limits +#******** R22/Reb0/S01/OGV/limitLo = -3.0 + +#******** R22/Reb0/S01/RDV/dbandHi +#** category : Limits +#******** R22/Reb0/S01/RDV/dbandHi = 0.5 + +#******** R22/Reb0/S01/RDV/dbandLo +#** category : Limits +#******** R22/Reb0/S01/RDV/dbandLo = 0.5 + +#******** R22/Reb0/S01/RDV/limitHi +#** category : Limits +#******** R22/Reb0/S01/RDV/limitHi = 14.0 + +#******** R22/Reb0/S01/RDV/limitLo +#** category : Limits +#******** R22/Reb0/S01/RDV/limitLo = 12.5 + +#******** R22/Reb0/S01/Temp/dbandHi +#** category : Limits +#******** R22/Reb0/S01/Temp/dbandHi = 0.0 + +#******** R22/Reb0/S01/Temp/dbandLo +#** category : Limits +#******** R22/Reb0/S01/Temp/dbandLo = 0.0 + +#******** R22/Reb0/S01/Temp/limitHi +#** category : Limits +#******** R22/Reb0/S01/Temp/limitHi = 45.0 + +#******** R22/Reb0/S01/Temp/limitLo +#** category : Limits +#******** R22/Reb0/S01/Temp/limitLo = -120.0 + +#******** R22/Reb0/S02/GDV/dbandHi +#** category : Limits +#******** R22/Reb0/S02/GDV/dbandHi = 1.0 + +#******** R22/Reb0/S02/GDV/dbandLo +#** category : Limits +#******** R22/Reb0/S02/GDV/dbandLo = 1.0 + +#******** R22/Reb0/S02/GDV/limitHi +#** category : Limits +#******** R22/Reb0/S02/GDV/limitHi = 21.5 + +#******** R22/Reb0/S02/GDV/limitLo +#** category : Limits +#******** R22/Reb0/S02/GDV/limitLo = 18.5 + +#******** R22/Reb0/S02/I00/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I00/dbandHi = 0.1 + +#******** R22/Reb0/S02/I00/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I00/dbandLo = 0.1 + +#******** R22/Reb0/S02/I00/limitHi +#** category : Limits +#******** R22/Reb0/S02/I00/limitHi = 1.35 + +#******** R22/Reb0/S02/I00/limitLo +#** category : Limits +#******** R22/Reb0/S02/I00/limitLo = 0.8 + +#******** R22/Reb0/S02/I01/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I01/dbandHi = 0.1 + +#******** R22/Reb0/S02/I01/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I01/dbandLo = 0.1 + +#******** R22/Reb0/S02/I01/limitHi +#** category : Limits +#******** R22/Reb0/S02/I01/limitHi = 1.35 + +#******** R22/Reb0/S02/I01/limitLo +#** category : Limits +#******** R22/Reb0/S02/I01/limitLo = 0.8 + +#******** R22/Reb0/S02/I02/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I02/dbandHi = 0.1 + +#******** R22/Reb0/S02/I02/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I02/dbandLo = 0.1 + +#******** R22/Reb0/S02/I02/limitHi +#** category : Limits +#******** R22/Reb0/S02/I02/limitHi = 1.35 + +#******** R22/Reb0/S02/I02/limitLo +#** category : Limits +#******** R22/Reb0/S02/I02/limitLo = 0.8 + +#******** R22/Reb0/S02/I03/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I03/dbandHi = 0.1 + +#******** R22/Reb0/S02/I03/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I03/dbandLo = 0.1 + +#******** R22/Reb0/S02/I03/limitHi +#** category : Limits +#******** R22/Reb0/S02/I03/limitHi = 1.35 + +#******** R22/Reb0/S02/I03/limitLo +#** category : Limits +#******** R22/Reb0/S02/I03/limitLo = 0.8 + +#******** R22/Reb0/S02/I04/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I04/dbandHi = 0.1 + +#******** R22/Reb0/S02/I04/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I04/dbandLo = 0.1 + +#******** R22/Reb0/S02/I04/limitHi +#** category : Limits +#******** R22/Reb0/S02/I04/limitHi = 1.35 + +#******** R22/Reb0/S02/I04/limitLo +#** category : Limits +#******** R22/Reb0/S02/I04/limitLo = 0.8 + +#******** R22/Reb0/S02/I05/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I05/dbandHi = 0.1 + +#******** R22/Reb0/S02/I05/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I05/dbandLo = 0.1 + +#******** R22/Reb0/S02/I05/limitHi +#** category : Limits +#******** R22/Reb0/S02/I05/limitHi = 1.35 + +#******** R22/Reb0/S02/I05/limitLo +#** category : Limits +#******** R22/Reb0/S02/I05/limitLo = 0.8 + +#******** R22/Reb0/S02/I06/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I06/dbandHi = 0.1 + +#******** R22/Reb0/S02/I06/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I06/dbandLo = 0.1 + +#******** R22/Reb0/S02/I06/limitHi +#** category : Limits +#******** R22/Reb0/S02/I06/limitHi = 1.35 + +#******** R22/Reb0/S02/I06/limitLo +#** category : Limits +#******** R22/Reb0/S02/I06/limitLo = 0.8 + +#******** R22/Reb0/S02/I07/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I07/dbandHi = 0.1 + +#******** R22/Reb0/S02/I07/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I07/dbandLo = 0.1 + +#******** R22/Reb0/S02/I07/limitHi +#** category : Limits +#******** R22/Reb0/S02/I07/limitHi = 1.35 + +#******** R22/Reb0/S02/I07/limitLo +#** category : Limits +#******** R22/Reb0/S02/I07/limitLo = 0.8 + +#******** R22/Reb0/S02/I10/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I10/dbandHi = 0.1 + +#******** R22/Reb0/S02/I10/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I10/dbandLo = 0.1 + +#******** R22/Reb0/S02/I10/limitHi +#** category : Limits +#******** R22/Reb0/S02/I10/limitHi = 1.35 + +#******** R22/Reb0/S02/I10/limitLo +#** category : Limits +#******** R22/Reb0/S02/I10/limitLo = 0.8 + +#******** R22/Reb0/S02/I11/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I11/dbandHi = 0.1 + +#******** R22/Reb0/S02/I11/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I11/dbandLo = 0.1 + +#******** R22/Reb0/S02/I11/limitHi +#** category : Limits +#******** R22/Reb0/S02/I11/limitHi = 1.35 + +#******** R22/Reb0/S02/I11/limitLo +#** category : Limits +#******** R22/Reb0/S02/I11/limitLo = 0.8 + +#******** R22/Reb0/S02/I12/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I12/dbandHi = 0.1 + +#******** R22/Reb0/S02/I12/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I12/dbandLo = 0.1 + +#******** R22/Reb0/S02/I12/limitHi +#** category : Limits +#******** R22/Reb0/S02/I12/limitHi = 1.35 + +#******** R22/Reb0/S02/I12/limitLo +#** category : Limits +#******** R22/Reb0/S02/I12/limitLo = 0.8 + +#******** R22/Reb0/S02/I13/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I13/dbandHi = 0.1 + +#******** R22/Reb0/S02/I13/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I13/dbandLo = 0.1 + +#******** R22/Reb0/S02/I13/limitHi +#** category : Limits +#******** R22/Reb0/S02/I13/limitHi = 1.35 + +#******** R22/Reb0/S02/I13/limitLo +#** category : Limits +#******** R22/Reb0/S02/I13/limitLo = 0.8 + +#******** R22/Reb0/S02/I14/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I14/dbandHi = 0.1 + +#******** R22/Reb0/S02/I14/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I14/dbandLo = 0.1 + +#******** R22/Reb0/S02/I14/limitHi +#** category : Limits +#******** R22/Reb0/S02/I14/limitHi = 1.35 + +#******** R22/Reb0/S02/I14/limitLo +#** category : Limits +#******** R22/Reb0/S02/I14/limitLo = 0.8 + +#******** R22/Reb0/S02/I15/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I15/dbandHi = 0.1 + +#******** R22/Reb0/S02/I15/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I15/dbandLo = 0.1 + +#******** R22/Reb0/S02/I15/limitHi +#** category : Limits +#******** R22/Reb0/S02/I15/limitHi = 1.35 + +#******** R22/Reb0/S02/I15/limitLo +#** category : Limits +#******** R22/Reb0/S02/I15/limitLo = 0.8 + +#******** R22/Reb0/S02/I16/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I16/dbandHi = 0.1 + +#******** R22/Reb0/S02/I16/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I16/dbandLo = 0.1 + +#******** R22/Reb0/S02/I16/limitHi +#** category : Limits +#******** R22/Reb0/S02/I16/limitHi = 1.35 + +#******** R22/Reb0/S02/I16/limitLo +#** category : Limits +#******** R22/Reb0/S02/I16/limitLo = 0.8 + +#******** R22/Reb0/S02/I17/dbandHi +#** category : Limits +#******** R22/Reb0/S02/I17/dbandHi = 0.1 + +#******** R22/Reb0/S02/I17/dbandLo +#** category : Limits +#******** R22/Reb0/S02/I17/dbandLo = 0.1 + +#******** R22/Reb0/S02/I17/limitHi +#** category : Limits +#******** R22/Reb0/S02/I17/limitHi = 1.35 + +#******** R22/Reb0/S02/I17/limitLo +#** category : Limits +#******** R22/Reb0/S02/I17/limitLo = 0.8 + +#******** R22/Reb0/S02/ODV/dbandHi +#** category : Limits +#******** R22/Reb0/S02/ODV/dbandHi = 0.5 + +#******** R22/Reb0/S02/ODV/dbandLo +#** category : Limits +#******** R22/Reb0/S02/ODV/dbandLo = 0.5 + +#******** R22/Reb0/S02/ODV/limitHi +#** category : Limits +#******** R22/Reb0/S02/ODV/limitHi = 26.0 + +#******** R22/Reb0/S02/ODV/limitLo +#** category : Limits +#******** R22/Reb0/S02/ODV/limitLo = 24.0 + +#******** R22/Reb0/S02/OGV/dbandHi +#** category : Limits +#******** R22/Reb0/S02/OGV/dbandHi = 0.5 + +#******** R22/Reb0/S02/OGV/dbandLo +#** category : Limits +#******** R22/Reb0/S02/OGV/dbandLo = 0.5 + +#******** R22/Reb0/S02/OGV/limitHi +#** category : Limits +#******** R22/Reb0/S02/OGV/limitHi = -1.0 + +#******** R22/Reb0/S02/OGV/limitLo +#** category : Limits +#******** R22/Reb0/S02/OGV/limitLo = -3.0 + +#******** R22/Reb0/S02/RDV/dbandHi +#** category : Limits +#******** R22/Reb0/S02/RDV/dbandHi = 0.5 + +#******** R22/Reb0/S02/RDV/dbandLo +#** category : Limits +#******** R22/Reb0/S02/RDV/dbandLo = 0.5 + +#******** R22/Reb0/S02/RDV/limitHi +#** category : Limits +#******** R22/Reb0/S02/RDV/limitHi = 14.0 + +#******** R22/Reb0/S02/RDV/limitLo +#** category : Limits +#******** R22/Reb0/S02/RDV/limitLo = 12.5 + +#******** R22/Reb0/S02/Temp/dbandHi +#** category : Limits +#******** R22/Reb0/S02/Temp/dbandHi = 0.0 + +#******** R22/Reb0/S02/Temp/dbandLo +#** category : Limits +#******** R22/Reb0/S02/Temp/dbandLo = 0.0 + +#******** R22/Reb0/S02/Temp/limitHi +#** category : Limits +#******** R22/Reb0/S02/Temp/limitHi = 45.0 + +#******** R22/Reb0/S02/Temp/limitLo +#** category : Limits +#******** R22/Reb0/S02/Temp/limitLo = -120.0 + +#******** R22/Reb0/SClkL/dbandHi +#** category : Limits +#******** +R22/Reb0/SClkL/dbandHi = 0.0 + +#******** R22/Reb0/SClkL/dbandLo +#** category : Limits +#******** +R22/Reb0/SClkL/dbandLo = 0.0 + +#******** R22/Reb0/SClkL/limitHi +#** category : Limits +#******** +R22/Reb0/SClkL/limitHi = -3.5 + +#******** R22/Reb0/SClkL/limitLo +#** category : Limits +#******** +R22/Reb0/SClkL/limitLo = -6.5 + +#******** R22/Reb0/SClkU/dbandHi +#** category : Limits +#******** +R22/Reb0/SClkU/dbandHi = 0.0 + +#******** R22/Reb0/SClkU/dbandLo +#** category : Limits +#******** +R22/Reb0/SClkU/dbandLo = 0.0 + +#******** R22/Reb0/SClkU/limitHi +#** category : Limits +#******** +R22/Reb0/SClkU/limitHi = 6.5 + +#******** R22/Reb0/SClkU/limitLo +#** category : Limits +#******** +R22/Reb0/SClkU/limitLo = 3.5 + +#******** R22/Reb0/Temp1/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp1/dbandHi = 5.0 + +#******** R22/Reb0/Temp1/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp1/dbandLo = 5.0 + +#******** R22/Reb0/Temp1/limitHi +#** category : Limits +#******** +R22/Reb0/Temp1/limitHi = 45.0 + +#******** R22/Reb0/Temp1/limitLo +#** category : Limits +#******** +R22/Reb0/Temp1/limitLo = -50.0 + +#******** R22/Reb0/Temp10/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp10/dbandHi = 5.0 + +#******** R22/Reb0/Temp10/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp10/dbandLo = 5.0 + +#******** R22/Reb0/Temp10/limitHi +#** category : Limits +#******** +R22/Reb0/Temp10/limitHi = 45.0 + +#******** R22/Reb0/Temp10/limitLo +#** category : Limits +#******** +R22/Reb0/Temp10/limitLo = -50.0 + +#******** R22/Reb0/Temp2/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp2/dbandHi = 5.0 + +#******** R22/Reb0/Temp2/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp2/dbandLo = 5.0 + +#******** R22/Reb0/Temp2/limitHi +#** category : Limits +#******** +R22/Reb0/Temp2/limitHi = 45.0 + +#******** R22/Reb0/Temp2/limitLo +#** category : Limits +#******** +R22/Reb0/Temp2/limitLo = -50.0 + +#******** R22/Reb0/Temp3/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp3/dbandHi = 5.0 + +#******** R22/Reb0/Temp3/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp3/dbandLo = 5.0 + +#******** R22/Reb0/Temp3/limitHi +#** category : Limits +#******** +R22/Reb0/Temp3/limitHi = 45.0 + +#******** R22/Reb0/Temp3/limitLo +#** category : Limits +#******** +R22/Reb0/Temp3/limitLo = -50.0 + +#******** R22/Reb0/Temp4/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp4/dbandHi = 5.0 + +#******** R22/Reb0/Temp4/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp4/dbandLo = 5.0 + +#******** R22/Reb0/Temp4/limitHi +#** category : Limits +#******** +R22/Reb0/Temp4/limitHi = 45.0 + +#******** R22/Reb0/Temp4/limitLo +#** category : Limits +#******** +R22/Reb0/Temp4/limitLo = -50.0 + +#******** R22/Reb0/Temp5/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp5/dbandHi = 5.0 + +#******** R22/Reb0/Temp5/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp5/dbandLo = 5.0 + +#******** R22/Reb0/Temp5/limitHi +#** category : Limits +#******** +R22/Reb0/Temp5/limitHi = 45.0 + +#******** R22/Reb0/Temp5/limitLo +#** category : Limits +#******** +R22/Reb0/Temp5/limitLo = -50.0 + +#******** R22/Reb0/Temp6/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp6/dbandHi = 5.0 + +#******** R22/Reb0/Temp6/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp6/dbandLo = 5.0 + +#******** R22/Reb0/Temp6/limitHi +#** category : Limits +#******** +R22/Reb0/Temp6/limitHi = 45.0 + +#******** R22/Reb0/Temp6/limitLo +#** category : Limits +#******** +R22/Reb0/Temp6/limitLo = -50.0 + +#******** R22/Reb0/Temp7/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp7/dbandHi = 5.0 + +#******** R22/Reb0/Temp7/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp7/dbandLo = 5.0 + +#******** R22/Reb0/Temp7/limitHi +#** category : Limits +#******** +R22/Reb0/Temp7/limitHi = 45.0 + +#******** R22/Reb0/Temp7/limitLo +#** category : Limits +#******** +R22/Reb0/Temp7/limitLo = -50.0 + +#******** R22/Reb0/Temp8/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp8/dbandHi = 5.0 + +#******** R22/Reb0/Temp8/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp8/dbandLo = 5.0 + +#******** R22/Reb0/Temp8/limitHi +#** category : Limits +#******** +R22/Reb0/Temp8/limitHi = 45.0 + +#******** R22/Reb0/Temp8/limitLo +#** category : Limits +#******** +R22/Reb0/Temp8/limitLo = -50.0 + +#******** R22/Reb0/Temp9/dbandHi +#** category : Limits +#******** +R22/Reb0/Temp9/dbandHi = 5.0 + +#******** R22/Reb0/Temp9/dbandLo +#** category : Limits +#******** +R22/Reb0/Temp9/dbandLo = 5.0 + +#******** R22/Reb0/Temp9/limitHi +#** category : Limits +#******** +R22/Reb0/Temp9/limitHi = 45.0 + +#******** R22/Reb0/Temp9/limitLo +#** category : Limits +#******** +R22/Reb0/Temp9/limitLo = -50.0 + +#******** R22/Reb1/AnaI/dbandHi +#** category : Limits +#******** +R22/Reb1/AnaI/dbandHi = 20.0 + +#******** R22/Reb1/AnaI/dbandLo +#** category : Limits +#******** +R22/Reb1/AnaI/dbandLo = 20.0 + +#******** R22/Reb1/AnaI/limitHi +#** category : Limits +#******** +R22/Reb1/AnaI/limitHi = 720.0 + +#******** R22/Reb1/AnaI/limitLo +#** category : Limits +#******** +R22/Reb1/AnaI/limitLo = 550.0 + +#******** R22/Reb1/AnaV/dbandHi +#** category : Limits +#******** +R22/Reb1/AnaV/dbandHi = 0.5 + +#******** R22/Reb1/AnaV/dbandLo +#** category : Limits +#******** +R22/Reb1/AnaV/dbandLo = 0.5 + +#******** R22/Reb1/AnaV/limitHi +#** category : Limits +#******** +R22/Reb1/AnaV/limitHi = 8.5 + +#******** R22/Reb1/AnaV/limitLo +#** category : Limits +#******** +R22/Reb1/AnaV/limitLo = 6.5 + +#******** R22/Reb1/AspicL/Temp0/dbandHi +#** category : Limits +#******** +R22/Reb1/AspicL/Temp0/dbandHi = 5.0 + +#******** R22/Reb1/AspicL/Temp0/dbandLo +#** category : Limits +#******** +R22/Reb1/AspicL/Temp0/dbandLo = 5.0 + +#******** R22/Reb1/AspicL/Temp0/limitHi +#** category : Limits +#******** +R22/Reb1/AspicL/Temp0/limitHi = 45.0 + +#******** R22/Reb1/AspicL/Temp0/limitLo +#** category : Limits +#******** +R22/Reb1/AspicL/Temp0/limitLo = 10.0 + +#******** R22/Reb1/AspicL/Temp1/dbandHi +#** category : Limits +#******** +R22/Reb1/AspicL/Temp1/dbandHi = 5.0 + +#******** R22/Reb1/AspicL/Temp1/dbandLo +#** category : Limits +#******** +R22/Reb1/AspicL/Temp1/dbandLo = 5.0 + +#******** R22/Reb1/AspicL/Temp1/limitHi +#** category : Limits +#******** +R22/Reb1/AspicL/Temp1/limitHi = 45.0 + +#******** R22/Reb1/AspicL/Temp1/limitLo +#** category : Limits +#******** +R22/Reb1/AspicL/Temp1/limitLo = 10.0 + +#******** R22/Reb1/AspicL/Temp2/dbandHi +#** category : Limits +#******** +R22/Reb1/AspicL/Temp2/dbandHi = 5.0 + +#******** R22/Reb1/AspicL/Temp2/dbandLo +#** category : Limits +#******** +R22/Reb1/AspicL/Temp2/dbandLo = 5.0 + +#******** R22/Reb1/AspicL/Temp2/limitHi +#** category : Limits +#******** +R22/Reb1/AspicL/Temp2/limitHi = 45.0 + +#******** R22/Reb1/AspicL/Temp2/limitLo +#** category : Limits +#******** +R22/Reb1/AspicL/Temp2/limitLo = 10.0 + +#******** R22/Reb1/AspicU/Temp0/dbandHi +#** category : Limits +#******** +R22/Reb1/AspicU/Temp0/dbandHi = 5.0 + +#******** R22/Reb1/AspicU/Temp0/dbandLo +#** category : Limits +#******** +R22/Reb1/AspicU/Temp0/dbandLo = 5.0 + +#******** R22/Reb1/AspicU/Temp0/limitHi +#** category : Limits +#******** +R22/Reb1/AspicU/Temp0/limitHi = 45.0 + +#******** R22/Reb1/AspicU/Temp0/limitLo +#** category : Limits +#******** +R22/Reb1/AspicU/Temp0/limitLo = 10.0 + +#******** R22/Reb1/AspicU/Temp1/dbandHi +#** category : Limits +#******** +R22/Reb1/AspicU/Temp1/dbandHi = 5.0 + +#******** R22/Reb1/AspicU/Temp1/dbandLo +#** category : Limits +#******** +R22/Reb1/AspicU/Temp1/dbandLo = 5.0 + +#******** R22/Reb1/AspicU/Temp1/limitHi +#** category : Limits +#******** +R22/Reb1/AspicU/Temp1/limitHi = 45.0 + +#******** R22/Reb1/AspicU/Temp1/limitLo +#** category : Limits +#******** +R22/Reb1/AspicU/Temp1/limitLo = 10.0 + +#******** R22/Reb1/AspicU/Temp2/dbandHi +#** category : Limits +#******** +R22/Reb1/AspicU/Temp2/dbandHi = 5.0 + +#******** R22/Reb1/AspicU/Temp2/dbandLo +#** category : Limits +#******** +R22/Reb1/AspicU/Temp2/dbandLo = 5.0 + +#******** R22/Reb1/AspicU/Temp2/limitHi +#** category : Limits +#******** +R22/Reb1/AspicU/Temp2/limitHi = 45.0 + +#******** R22/Reb1/AspicU/Temp2/limitLo +#** category : Limits +#******** +R22/Reb1/AspicU/Temp2/limitLo = 10.0 + +#******** R22/Reb1/ClkHI/dbandHi +#** category : Limits +#******** +R22/Reb1/ClkHI/dbandHi = 200.0 + +#******** R22/Reb1/ClkHI/dbandLo +#** category : Limits +#******** +R22/Reb1/ClkHI/dbandLo = 10.0 + +#******** R22/Reb1/ClkHI/limitHi +#** category : Limits +#******** +R22/Reb1/ClkHI/limitHi = 150.0 + +#******** R22/Reb1/ClkHI/limitLo +#** category : Limits +#******** +R22/Reb1/ClkHI/limitLo = 90.0 + +#******** R22/Reb1/ClkHV/dbandHi +#** category : Limits +#******** +R22/Reb1/ClkHV/dbandHi = 1.0 + +#******** R22/Reb1/ClkHV/dbandLo +#** category : Limits +#******** +R22/Reb1/ClkHV/dbandLo = 1.0 + +#******** R22/Reb1/ClkHV/limitHi +#** category : Limits +#******** +R22/Reb1/ClkHV/limitHi = 16.5 + +#******** R22/Reb1/ClkHV/limitLo +#** category : Limits +#******** +R22/Reb1/ClkHV/limitLo = 13.0 + +#******** R22/Reb1/ClkLI/dbandHi +#** category : Limits +#******** +R22/Reb1/ClkLI/dbandHi = 150.0 + +#******** R22/Reb1/ClkLI/dbandLo +#** category : Limits +#******** +R22/Reb1/ClkLI/dbandLo = 5.0 + +#******** R22/Reb1/ClkLI/limitHi +#** category : Limits +#******** +R22/Reb1/ClkLI/limitHi = 100.0 + +#******** R22/Reb1/ClkLI/limitLo +#** category : Limits +#******** +R22/Reb1/ClkLI/limitLo = 45.0 + +#******** R22/Reb1/ClkLV/dbandHi +#** category : Limits +#******** +R22/Reb1/ClkLV/dbandHi = 16.5 + +#******** R22/Reb1/ClkLV/dbandLo +#** category : Limits +#******** +R22/Reb1/ClkLV/dbandLo = 1.0 + +#******** R22/Reb1/ClkLV/limitHi +#** category : Limits +#******** +R22/Reb1/ClkLV/limitHi = 16.5 + +#******** R22/Reb1/ClkLV/limitLo +#** category : Limits +#******** +R22/Reb1/ClkLV/limitLo = 13.0 + +#******** R22/Reb1/DigI/dbandHi +#** category : Limits +#******** +R22/Reb1/DigI/dbandHi = 40.0 + +#******** R22/Reb1/DigI/dbandLo +#** category : Limits +#******** +R22/Reb1/DigI/dbandLo = 40.0 + +#******** R22/Reb1/DigI/limitHi +#** category : Limits +#******** +R22/Reb1/DigI/limitHi = 640.0 + +#******** R22/Reb1/DigI/limitLo +#** category : Limits +#******** +R22/Reb1/DigI/limitLo = 480.0 + +#******** R22/Reb1/DigV/dbandHi +#** category : Limits +#******** +R22/Reb1/DigV/dbandHi = 0.2 + +#******** R22/Reb1/DigV/dbandLo +#** category : Limits +#******** +R22/Reb1/DigV/dbandLo = 0.2 + +#******** R22/Reb1/DigV/limitHi +#** category : Limits +#******** +R22/Reb1/DigV/limitHi = 6.0 + +#******** R22/Reb1/DigV/limitLo +#** category : Limits +#******** +R22/Reb1/DigV/limitLo = 4.6 + +#******** R22/Reb1/HtrV/dbandHi +#** category : Limits +#******** +R22/Reb1/HtrV/dbandHi = 0.0 + +#******** R22/Reb1/HtrV/dbandLo +#** category : Limits +#******** +R22/Reb1/HtrV/dbandLo = 0.0 + +#******** R22/Reb1/HtrV/limitHi +#** category : Limits +#******** +R22/Reb1/HtrV/limitHi = 9.0 + +#******** R22/Reb1/HtrV/limitLo +#** category : Limits +#******** +R22/Reb1/HtrV/limitLo = 0.0 + +#******** R22/Reb1/HtrW/dbandHi +#** category : Limits +#******** +R22/Reb1/HtrW/dbandHi = 0.0 + +#******** R22/Reb1/HtrW/dbandLo +#** category : Limits +#******** +R22/Reb1/HtrW/dbandLo = 0.0 + +#******** R22/Reb1/HtrW/limitHi +#** category : Limits +#******** +R22/Reb1/HtrW/limitHi = 4.0 + +#******** R22/Reb1/HtrW/limitLo +#** category : Limits +#******** +R22/Reb1/HtrW/limitLo = 0.0 + +#******** R22/Reb1/ODI/dbandHi +#** category : Limits +#******** +R22/Reb1/ODI/dbandHi = 10.0 + +#******** R22/Reb1/ODI/dbandLo +#** category : Limits +#******** +R22/Reb1/ODI/dbandLo = 10.0 + +#******** R22/Reb1/ODI/limitHi +#** category : Limits +#******** +R22/Reb1/ODI/limitHi = 105.0 + +#******** R22/Reb1/ODI/limitLo +#** category : Limits +#******** +R22/Reb1/ODI/limitLo = 75.0 + +#******** R22/Reb1/ODV/dbandHi +#** category : Limits +#******** +R22/Reb1/ODV/dbandHi = 1.0 + +#******** R22/Reb1/ODV/dbandLo +#** category : Limits +#******** +R22/Reb1/ODV/dbandLo = 1.0 + +#******** R22/Reb1/ODV/limitHi +#** category : Limits +#******** +R22/Reb1/ODV/limitHi = 41.0 + +#******** R22/Reb1/ODV/limitLo +#** category : Limits +#******** +R22/Reb1/ODV/limitLo = 36.0 + +#******** R22/Reb1/PClkL/dbandHi +#** category : Limits +#******** +R22/Reb1/PClkL/dbandHi = 0.5 + +#******** R22/Reb1/PClkL/dbandLo +#** category : Limits +#******** +R22/Reb1/PClkL/dbandLo = 0.5 + +#******** R22/Reb1/PClkL/limitHi +#** category : Limits +#******** +R22/Reb1/PClkL/limitHi = -6.0 + +#******** R22/Reb1/PClkL/limitLo +#** category : Limits +#******** +R22/Reb1/PClkL/limitLo = -10.0 + +#******** R22/Reb1/PClkU/dbandHi +#** category : Limits +#******** +R22/Reb1/PClkU/dbandHi = 0.5 + +#******** R22/Reb1/PClkU/dbandLo +#** category : Limits +#******** +R22/Reb1/PClkU/dbandLo = 0.5 + +#******** R22/Reb1/PClkU/limitHi +#** category : Limits +#******** +R22/Reb1/PClkU/limitHi = 4.0 + +#******** R22/Reb1/PClkU/limitLo +#** category : Limits +#******** +R22/Reb1/PClkU/limitLo = 0.5 + +#******** R22/Reb1/Power/dbandHi +#** category : Limits +#******** +R22/Reb1/Power/dbandHi = 1.0 + +#******** R22/Reb1/Power/dbandLo +#** category : Limits +#******** +R22/Reb1/Power/dbandLo = 1.0 + +#******** R22/Reb1/Power/limitHi +#** category : Limits +#******** +R22/Reb1/Power/limitHi = 17.0 + +#******** R22/Reb1/Power/limitLo +#** category : Limits +#******** +R22/Reb1/Power/limitLo = 9.0 + +#******** R22/Reb1/RGL/dbandHi +#** category : Limits +#******** +R22/Reb1/RGL/dbandHi = 0.2 + +#******** R22/Reb1/RGL/dbandLo +#** category : Limits +#******** +R22/Reb1/RGL/dbandLo = 0.2 + +#******** R22/Reb1/RGL/limitHi +#** category : Limits +#******** +R22/Reb1/RGL/limitHi = -0.5 + +#******** R22/Reb1/RGL/limitLo +#** category : Limits +#******** +R22/Reb1/RGL/limitLo = -3.0 + +#******** R22/Reb1/RGU/dbandHi +#** category : Limits +#******** +R22/Reb1/RGU/dbandHi = 1.0 + +#******** R22/Reb1/RGU/dbandLo +#** category : Limits +#******** +R22/Reb1/RGU/dbandLo = 1.0 + +#******** R22/Reb1/RGU/limitHi +#** category : Limits +#******** +R22/Reb1/RGU/limitHi = 12.0 + +#******** R22/Reb1/RGU/limitLo +#** category : Limits +#******** +R22/Reb1/RGU/limitLo = 6.0 + +#******** R22/Reb1/RTDTemp/dbandHi +#** category : Limits +#******** +R22/Reb1/RTDTemp/dbandHi = 5.0 + +#******** R22/Reb1/RTDTemp/dbandLo +#** category : Limits +#******** +R22/Reb1/RTDTemp/dbandLo = 5.0 + +#******** R22/Reb1/RTDTemp/limitHi +#** category : Limits +#******** +R22/Reb1/RTDTemp/limitHi = 45.0 + +#******** R22/Reb1/RTDTemp/limitLo +#** category : Limits +#******** +R22/Reb1/RTDTemp/limitLo = -120.0 + +#******** R22/Reb1/Ref05V/dbandHi +#** category : Limits +#******** +R22/Reb1/Ref05V/dbandHi = 0.1 + +#******** R22/Reb1/Ref05V/dbandLo +#** category : Limits +#******** +R22/Reb1/Ref05V/dbandLo = 0.1 + +#******** R22/Reb1/Ref05V/limitHi +#** category : Limits +#******** +R22/Reb1/Ref05V/limitHi = 5.5 + +#******** R22/Reb1/Ref05V/limitLo +#** category : Limits +#******** +R22/Reb1/Ref05V/limitLo = 4.5 + +#******** R22/Reb1/Ref125V/dbandHi +#** category : Limits +#******** +R22/Reb1/Ref125V/dbandHi = 0.2 + +#******** R22/Reb1/Ref125V/dbandLo +#** category : Limits +#******** +R22/Reb1/Ref125V/dbandLo = 0.2 + +#******** R22/Reb1/Ref125V/limitHi +#** category : Limits +#******** +R22/Reb1/Ref125V/limitHi = 2.75 + +#******** R22/Reb1/Ref125V/limitLo +#** category : Limits +#******** +R22/Reb1/Ref125V/limitLo = 2.25 + +#******** R22/Reb1/Ref15V/dbandHi +#** category : Limits +#******** +R22/Reb1/Ref15V/dbandHi = 0.2 + +#******** R22/Reb1/Ref15V/dbandLo +#** category : Limits +#******** +R22/Reb1/Ref15V/dbandLo = 0.2 + +#******** R22/Reb1/Ref15V/limitHi +#** category : Limits +#******** +R22/Reb1/Ref15V/limitHi = 5.5 + +#******** R22/Reb1/Ref15V/limitLo +#** category : Limits +#******** +R22/Reb1/Ref15V/limitLo = 4.5 + +#******** R22/Reb1/Ref25V/dbandHi +#** category : Limits +#******** +R22/Reb1/Ref25V/dbandHi = 0.2 + +#******** R22/Reb1/Ref25V/dbandLo +#** category : Limits +#******** +R22/Reb1/Ref25V/dbandLo = 0.2 + +#******** R22/Reb1/Ref25V/limitHi +#** category : Limits +#******** +R22/Reb1/Ref25V/limitHi = 5.5 + +#******** R22/Reb1/Ref25V/limitLo +#** category : Limits +#******** +R22/Reb1/Ref25V/limitLo = 4.5 + +#******** R22/Reb1/RefN12/dbandHi +#** category : Limits +#******** +R22/Reb1/RefN12/dbandHi = 0.2 + +#******** R22/Reb1/RefN12/dbandLo +#** category : Limits +#******** +R22/Reb1/RefN12/dbandLo = 0.2 + +#******** R22/Reb1/RefN12/limitHi +#** category : Limits +#******** +R22/Reb1/RefN12/limitHi = -11.5 + +#******** R22/Reb1/RefN12/limitLo +#** category : Limits +#******** +R22/Reb1/RefN12/limitLo = -12.5 + +#******** R22/Reb1/RefP12/dbandHi +#** category : Limits +#******** +R22/Reb1/RefP12/dbandHi = 0.2 + +#******** R22/Reb1/RefP12/dbandLo +#** category : Limits +#******** +R22/Reb1/RefP12/dbandLo = 0.2 + +#******** R22/Reb1/RefP12/limitHi +#** category : Limits +#******** +R22/Reb1/RefP12/limitHi = 14.1 + +#******** R22/Reb1/RefP12/limitLo +#** category : Limits +#******** +R22/Reb1/RefP12/limitLo = 13.0 + +#******** R22/Reb1/S10/GDV/dbandHi +#** category : Limits +#******** R22/Reb1/S10/GDV/dbandHi = 1.0 + +#******** R22/Reb1/S10/GDV/dbandLo +#** category : Limits +#******** R22/Reb1/S10/GDV/dbandLo = 1.0 + +#******** R22/Reb1/S10/GDV/limitHi +#** category : Limits +#******** R22/Reb1/S10/GDV/limitHi = 21.5 + +#******** R22/Reb1/S10/GDV/limitLo +#** category : Limits +#******** R22/Reb1/S10/GDV/limitLo = 18.5 + +#******** R22/Reb1/S10/I00/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I00/dbandHi = 0.1 + +#******** R22/Reb1/S10/I00/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I00/dbandLo = 0.1 + +#******** R22/Reb1/S10/I00/limitHi +#** category : Limits +#******** R22/Reb1/S10/I00/limitHi = 1.35 + +#******** R22/Reb1/S10/I00/limitLo +#** category : Limits +#******** R22/Reb1/S10/I00/limitLo = 0.8 + +#******** R22/Reb1/S10/I01/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I01/dbandHi = 0.1 + +#******** R22/Reb1/S10/I01/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I01/dbandLo = 0.1 + +#******** R22/Reb1/S10/I01/limitHi +#** category : Limits +#******** R22/Reb1/S10/I01/limitHi = 1.35 + +#******** R22/Reb1/S10/I01/limitLo +#** category : Limits +#******** R22/Reb1/S10/I01/limitLo = 0.8 + +#******** R22/Reb1/S10/I02/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I02/dbandHi = 0.1 + +#******** R22/Reb1/S10/I02/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I02/dbandLo = 0.1 + +#******** R22/Reb1/S10/I02/limitHi +#** category : Limits +#******** R22/Reb1/S10/I02/limitHi = 1.35 + +#******** R22/Reb1/S10/I02/limitLo +#** category : Limits +#******** R22/Reb1/S10/I02/limitLo = 0.8 + +#******** R22/Reb1/S10/I03/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I03/dbandHi = 0.1 + +#******** R22/Reb1/S10/I03/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I03/dbandLo = 0.1 + +#******** R22/Reb1/S10/I03/limitHi +#** category : Limits +#******** R22/Reb1/S10/I03/limitHi = 1.35 + +#******** R22/Reb1/S10/I03/limitLo +#** category : Limits +#******** R22/Reb1/S10/I03/limitLo = 0.8 + +#******** R22/Reb1/S10/I04/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I04/dbandHi = 0.1 + +#******** R22/Reb1/S10/I04/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I04/dbandLo = 0.1 + +#******** R22/Reb1/S10/I04/limitHi +#** category : Limits +#******** R22/Reb1/S10/I04/limitHi = 1.35 + +#******** R22/Reb1/S10/I04/limitLo +#** category : Limits +#******** R22/Reb1/S10/I04/limitLo = 0.8 + +#******** R22/Reb1/S10/I05/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I05/dbandHi = 0.1 + +#******** R22/Reb1/S10/I05/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I05/dbandLo = 0.1 + +#******** R22/Reb1/S10/I05/limitHi +#** category : Limits +#******** R22/Reb1/S10/I05/limitHi = 1.35 + +#******** R22/Reb1/S10/I05/limitLo +#** category : Limits +#******** R22/Reb1/S10/I05/limitLo = 0.8 + +#******** R22/Reb1/S10/I06/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I06/dbandHi = 0.1 + +#******** R22/Reb1/S10/I06/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I06/dbandLo = 0.1 + +#******** R22/Reb1/S10/I06/limitHi +#** category : Limits +#******** R22/Reb1/S10/I06/limitHi = 1.35 + +#******** R22/Reb1/S10/I06/limitLo +#** category : Limits +#******** R22/Reb1/S10/I06/limitLo = 0.8 + +#******** R22/Reb1/S10/I07/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I07/dbandHi = 0.1 + +#******** R22/Reb1/S10/I07/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I07/dbandLo = 0.1 + +#******** R22/Reb1/S10/I07/limitHi +#** category : Limits +#******** R22/Reb1/S10/I07/limitHi = 1.35 + +#******** R22/Reb1/S10/I07/limitLo +#** category : Limits +#******** R22/Reb1/S10/I07/limitLo = 0.8 + +#******** R22/Reb1/S10/I10/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I10/dbandHi = 0.1 + +#******** R22/Reb1/S10/I10/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I10/dbandLo = 0.1 + +#******** R22/Reb1/S10/I10/limitHi +#** category : Limits +#******** R22/Reb1/S10/I10/limitHi = 1.35 + +#******** R22/Reb1/S10/I10/limitLo +#** category : Limits +#******** R22/Reb1/S10/I10/limitLo = 0.8 + +#******** R22/Reb1/S10/I11/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I11/dbandHi = 0.1 + +#******** R22/Reb1/S10/I11/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I11/dbandLo = 0.1 + +#******** R22/Reb1/S10/I11/limitHi +#** category : Limits +#******** R22/Reb1/S10/I11/limitHi = 1.35 + +#******** R22/Reb1/S10/I11/limitLo +#** category : Limits +#******** R22/Reb1/S10/I11/limitLo = 0.8 + +#******** R22/Reb1/S10/I12/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I12/dbandHi = 0.1 + +#******** R22/Reb1/S10/I12/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I12/dbandLo = 0.1 + +#******** R22/Reb1/S10/I12/limitHi +#** category : Limits +#******** R22/Reb1/S10/I12/limitHi = 1.35 + +#******** R22/Reb1/S10/I12/limitLo +#** category : Limits +#******** R22/Reb1/S10/I12/limitLo = 0.8 + +#******** R22/Reb1/S10/I13/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I13/dbandHi = 0.1 + +#******** R22/Reb1/S10/I13/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I13/dbandLo = 0.1 + +#******** R22/Reb1/S10/I13/limitHi +#** category : Limits +#******** R22/Reb1/S10/I13/limitHi = 1.35 + +#******** R22/Reb1/S10/I13/limitLo +#** category : Limits +#******** R22/Reb1/S10/I13/limitLo = 0.8 + +#******** R22/Reb1/S10/I14/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I14/dbandHi = 0.1 + +#******** R22/Reb1/S10/I14/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I14/dbandLo = 0.1 + +#******** R22/Reb1/S10/I14/limitHi +#** category : Limits +#******** R22/Reb1/S10/I14/limitHi = 1.35 + +#******** R22/Reb1/S10/I14/limitLo +#** category : Limits +#******** R22/Reb1/S10/I14/limitLo = 0.8 + +#******** R22/Reb1/S10/I15/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I15/dbandHi = 0.1 + +#******** R22/Reb1/S10/I15/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I15/dbandLo = 0.1 + +#******** R22/Reb1/S10/I15/limitHi +#** category : Limits +#******** R22/Reb1/S10/I15/limitHi = 1.35 + +#******** R22/Reb1/S10/I15/limitLo +#** category : Limits +#******** R22/Reb1/S10/I15/limitLo = 0.8 + +#******** R22/Reb1/S10/I16/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I16/dbandHi = 0.1 + +#******** R22/Reb1/S10/I16/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I16/dbandLo = 0.1 + +#******** R22/Reb1/S10/I16/limitHi +#** category : Limits +#******** R22/Reb1/S10/I16/limitHi = 1.35 + +#******** R22/Reb1/S10/I16/limitLo +#** category : Limits +#******** R22/Reb1/S10/I16/limitLo = 0.8 + +#******** R22/Reb1/S10/I17/dbandHi +#** category : Limits +#******** R22/Reb1/S10/I17/dbandHi = 0.1 + +#******** R22/Reb1/S10/I17/dbandLo +#** category : Limits +#******** R22/Reb1/S10/I17/dbandLo = 0.1 + +#******** R22/Reb1/S10/I17/limitHi +#** category : Limits +#******** R22/Reb1/S10/I17/limitHi = 1.35 + +#******** R22/Reb1/S10/I17/limitLo +#** category : Limits +#******** R22/Reb1/S10/I17/limitLo = 0.8 + +#******** R22/Reb1/S10/ODV/dbandHi +#** category : Limits +#******** R22/Reb1/S10/ODV/dbandHi = 0.5 + +#******** R22/Reb1/S10/ODV/dbandLo +#** category : Limits +#******** R22/Reb1/S10/ODV/dbandLo = 0.5 + +#******** R22/Reb1/S10/ODV/limitHi +#** category : Limits +#******** R22/Reb1/S10/ODV/limitHi = 26.0 + +#******** R22/Reb1/S10/ODV/limitLo +#** category : Limits +#******** R22/Reb1/S10/ODV/limitLo = 24.0 + +#******** R22/Reb1/S10/OGV/dbandHi +#** category : Limits +#******** R22/Reb1/S10/OGV/dbandHi = 0.5 + +#******** R22/Reb1/S10/OGV/dbandLo +#** category : Limits +#******** R22/Reb1/S10/OGV/dbandLo = 0.5 + +#******** R22/Reb1/S10/OGV/limitHi +#** category : Limits +#******** R22/Reb1/S10/OGV/limitHi = -1.0 + +#******** R22/Reb1/S10/OGV/limitLo +#** category : Limits +#******** R22/Reb1/S10/OGV/limitLo = -3.0 + +#******** R22/Reb1/S10/RDV/dbandHi +#** category : Limits +#******** R22/Reb1/S10/RDV/dbandHi = 0.5 + +#******** R22/Reb1/S10/RDV/dbandLo +#** category : Limits +#******** R22/Reb1/S10/RDV/dbandLo = 0.5 + +#******** R22/Reb1/S10/RDV/limitHi +#** category : Limits +#******** R22/Reb1/S10/RDV/limitHi = 14.0 + +#******** R22/Reb1/S10/RDV/limitLo +#** category : Limits +#******** R22/Reb1/S10/RDV/limitLo = 12.5 + +#******** R22/Reb1/S10/Temp/dbandHi +#** category : Limits +#******** R22/Reb1/S10/Temp/dbandHi = 0.0 + +#******** R22/Reb1/S10/Temp/dbandLo +#** category : Limits +#******** R22/Reb1/S10/Temp/dbandLo = 0.0 + +#******** R22/Reb1/S10/Temp/limitHi +#** category : Limits +#******** R22/Reb1/S10/Temp/limitHi = 45.0 + +#******** R22/Reb1/S10/Temp/limitLo +#** category : Limits +#******** R22/Reb1/S10/Temp/limitLo = -120.0 + +#******** R22/Reb1/S11/GDV/dbandHi +#** category : Limits +#******** R22/Reb1/S11/GDV/dbandHi = 1.0 + +#******** R22/Reb1/S11/GDV/dbandLo +#** category : Limits +#******** R22/Reb1/S11/GDV/dbandLo = 1.0 + +#******** R22/Reb1/S11/GDV/limitHi +#** category : Limits +#******** R22/Reb1/S11/GDV/limitHi = 21.5 + +#******** R22/Reb1/S11/GDV/limitLo +#** category : Limits +#******** R22/Reb1/S11/GDV/limitLo = 18.5 + +#******** R22/Reb1/S11/I00/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I00/dbandHi = 0.1 + +#******** R22/Reb1/S11/I00/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I00/dbandLo = 0.1 + +#******** R22/Reb1/S11/I00/limitHi +#** category : Limits +#******** R22/Reb1/S11/I00/limitHi = 1.35 + +#******** R22/Reb1/S11/I00/limitLo +#** category : Limits +#******** R22/Reb1/S11/I00/limitLo = 0.8 + +#******** R22/Reb1/S11/I01/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I01/dbandHi = 0.1 + +#******** R22/Reb1/S11/I01/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I01/dbandLo = 0.1 + +#******** R22/Reb1/S11/I01/limitHi +#** category : Limits +#******** R22/Reb1/S11/I01/limitHi = 1.35 + +#******** R22/Reb1/S11/I01/limitLo +#** category : Limits +#******** R22/Reb1/S11/I01/limitLo = 0.8 + +#******** R22/Reb1/S11/I02/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I02/dbandHi = 0.1 + +#******** R22/Reb1/S11/I02/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I02/dbandLo = 0.1 + +#******** R22/Reb1/S11/I02/limitHi +#** category : Limits +#******** R22/Reb1/S11/I02/limitHi = 1.35 + +#******** R22/Reb1/S11/I02/limitLo +#** category : Limits +#******** R22/Reb1/S11/I02/limitLo = 0.8 + +#******** R22/Reb1/S11/I03/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I03/dbandHi = 0.1 + +#******** R22/Reb1/S11/I03/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I03/dbandLo = 0.1 + +#******** R22/Reb1/S11/I03/limitHi +#** category : Limits +#******** R22/Reb1/S11/I03/limitHi = 1.35 + +#******** R22/Reb1/S11/I03/limitLo +#** category : Limits +#******** R22/Reb1/S11/I03/limitLo = 0.8 + +#******** R22/Reb1/S11/I04/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I04/dbandHi = 0.1 + +#******** R22/Reb1/S11/I04/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I04/dbandLo = 0.1 + +#******** R22/Reb1/S11/I04/limitHi +#** category : Limits +#******** R22/Reb1/S11/I04/limitHi = 1.35 + +#******** R22/Reb1/S11/I04/limitLo +#** category : Limits +#******** R22/Reb1/S11/I04/limitLo = 0.8 + +#******** R22/Reb1/S11/I05/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I05/dbandHi = 0.1 + +#******** R22/Reb1/S11/I05/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I05/dbandLo = 0.1 + +#******** R22/Reb1/S11/I05/limitHi +#** category : Limits +#******** R22/Reb1/S11/I05/limitHi = 1.35 + +#******** R22/Reb1/S11/I05/limitLo +#** category : Limits +#******** R22/Reb1/S11/I05/limitLo = 0.8 + +#******** R22/Reb1/S11/I06/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I06/dbandHi = 0.1 + +#******** R22/Reb1/S11/I06/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I06/dbandLo = 0.1 + +#******** R22/Reb1/S11/I06/limitHi +#** category : Limits +#******** R22/Reb1/S11/I06/limitHi = 1.35 + +#******** R22/Reb1/S11/I06/limitLo +#** category : Limits +#******** R22/Reb1/S11/I06/limitLo = 0.8 + +#******** R22/Reb1/S11/I07/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I07/dbandHi = 0.1 + +#******** R22/Reb1/S11/I07/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I07/dbandLo = 0.1 + +#******** R22/Reb1/S11/I07/limitHi +#** category : Limits +#******** R22/Reb1/S11/I07/limitHi = 1.35 + +#******** R22/Reb1/S11/I07/limitLo +#** category : Limits +#******** R22/Reb1/S11/I07/limitLo = 0.8 + +#******** R22/Reb1/S11/I10/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I10/dbandHi = 0.1 + +#******** R22/Reb1/S11/I10/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I10/dbandLo = 0.1 + +#******** R22/Reb1/S11/I10/limitHi +#** category : Limits +#******** R22/Reb1/S11/I10/limitHi = 1.35 + +#******** R22/Reb1/S11/I10/limitLo +#** category : Limits +#******** R22/Reb1/S11/I10/limitLo = 0.8 + +#******** R22/Reb1/S11/I11/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I11/dbandHi = 0.1 + +#******** R22/Reb1/S11/I11/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I11/dbandLo = 0.1 + +#******** R22/Reb1/S11/I11/limitHi +#** category : Limits +#******** R22/Reb1/S11/I11/limitHi = 1.35 + +#******** R22/Reb1/S11/I11/limitLo +#** category : Limits +#******** R22/Reb1/S11/I11/limitLo = 0.8 + +#******** R22/Reb1/S11/I12/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I12/dbandHi = 0.1 + +#******** R22/Reb1/S11/I12/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I12/dbandLo = 0.1 + +#******** R22/Reb1/S11/I12/limitHi +#** category : Limits +#******** R22/Reb1/S11/I12/limitHi = 1.35 + +#******** R22/Reb1/S11/I12/limitLo +#** category : Limits +#******** R22/Reb1/S11/I12/limitLo = 0.8 + +#******** R22/Reb1/S11/I13/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I13/dbandHi = 0.1 + +#******** R22/Reb1/S11/I13/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I13/dbandLo = 0.1 + +#******** R22/Reb1/S11/I13/limitHi +#** category : Limits +#******** R22/Reb1/S11/I13/limitHi = 1.35 + +#******** R22/Reb1/S11/I13/limitLo +#** category : Limits +#******** R22/Reb1/S11/I13/limitLo = 0.8 + +#******** R22/Reb1/S11/I14/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I14/dbandHi = 0.1 + +#******** R22/Reb1/S11/I14/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I14/dbandLo = 0.1 + +#******** R22/Reb1/S11/I14/limitHi +#** category : Limits +#******** R22/Reb1/S11/I14/limitHi = 1.35 + +#******** R22/Reb1/S11/I14/limitLo +#** category : Limits +#******** R22/Reb1/S11/I14/limitLo = 0.8 + +#******** R22/Reb1/S11/I15/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I15/dbandHi = 0.1 + +#******** R22/Reb1/S11/I15/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I15/dbandLo = 0.1 + +#******** R22/Reb1/S11/I15/limitHi +#** category : Limits +#******** R22/Reb1/S11/I15/limitHi = 1.35 + +#******** R22/Reb1/S11/I15/limitLo +#** category : Limits +#******** R22/Reb1/S11/I15/limitLo = 0.8 + +#******** R22/Reb1/S11/I16/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I16/dbandHi = 0.1 + +#******** R22/Reb1/S11/I16/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I16/dbandLo = 0.1 + +#******** R22/Reb1/S11/I16/limitHi +#** category : Limits +#******** R22/Reb1/S11/I16/limitHi = 1.35 + +#******** R22/Reb1/S11/I16/limitLo +#** category : Limits +#******** R22/Reb1/S11/I16/limitLo = 0.8 + +#******** R22/Reb1/S11/I17/dbandHi +#** category : Limits +#******** R22/Reb1/S11/I17/dbandHi = 0.1 + +#******** R22/Reb1/S11/I17/dbandLo +#** category : Limits +#******** R22/Reb1/S11/I17/dbandLo = 0.1 + +#******** R22/Reb1/S11/I17/limitHi +#** category : Limits +#******** R22/Reb1/S11/I17/limitHi = 1.35 + +#******** R22/Reb1/S11/I17/limitLo +#** category : Limits +#******** R22/Reb1/S11/I17/limitLo = 0.8 + +#******** R22/Reb1/S11/ODV/dbandHi +#** category : Limits +#******** R22/Reb1/S11/ODV/dbandHi = 0.5 + +#******** R22/Reb1/S11/ODV/dbandLo +#** category : Limits +#******** R22/Reb1/S11/ODV/dbandLo = 0.5 + +#******** R22/Reb1/S11/ODV/limitHi +#** category : Limits +#******** R22/Reb1/S11/ODV/limitHi = 26.0 + +#******** R22/Reb1/S11/ODV/limitLo +#** category : Limits +#******** R22/Reb1/S11/ODV/limitLo = 24.0 + +#******** R22/Reb1/S11/OGV/dbandHi +#** category : Limits +#******** R22/Reb1/S11/OGV/dbandHi = 0.5 + +#******** R22/Reb1/S11/OGV/dbandLo +#** category : Limits +#******** R22/Reb1/S11/OGV/dbandLo = 0.5 + +#******** R22/Reb1/S11/OGV/limitHi +#** category : Limits +#******** R22/Reb1/S11/OGV/limitHi = -1.0 + +#******** R22/Reb1/S11/OGV/limitLo +#** category : Limits +#******** R22/Reb1/S11/OGV/limitLo = -3.0 + +#******** R22/Reb1/S11/RDV/dbandHi +#** category : Limits +#******** R22/Reb1/S11/RDV/dbandHi = 0.5 + +#******** R22/Reb1/S11/RDV/dbandLo +#** category : Limits +#******** R22/Reb1/S11/RDV/dbandLo = 0.5 + +#******** R22/Reb1/S11/RDV/limitHi +#** category : Limits +#******** R22/Reb1/S11/RDV/limitHi = 14.0 + +#******** R22/Reb1/S11/RDV/limitLo +#** category : Limits +#******** R22/Reb1/S11/RDV/limitLo = 12.5 + +#******** R22/Reb1/S11/Temp/dbandHi +#** category : Limits +#******** R22/Reb1/S11/Temp/dbandHi = 0.0 + +#******** R22/Reb1/S11/Temp/dbandLo +#** category : Limits +#******** R22/Reb1/S11/Temp/dbandLo = 0.0 + +#******** R22/Reb1/S11/Temp/limitHi +#** category : Limits +#******** R22/Reb1/S11/Temp/limitHi = 45.0 + +#******** R22/Reb1/S11/Temp/limitLo +#** category : Limits +#******** R22/Reb1/S11/Temp/limitLo = -120.0 + +#******** R22/Reb1/S12/GDV/dbandHi +#** category : Limits +#******** R22/Reb1/S12/GDV/dbandHi = 1.0 + +#******** R22/Reb1/S12/GDV/dbandLo +#** category : Limits +#******** R22/Reb1/S12/GDV/dbandLo = 1.0 + +#******** R22/Reb1/S12/GDV/limitHi +#** category : Limits +#******** R22/Reb1/S12/GDV/limitHi = 21.5 + +#******** R22/Reb1/S12/GDV/limitLo +#** category : Limits +#******** R22/Reb1/S12/GDV/limitLo = 18.5 + +#******** R22/Reb1/S12/I00/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I00/dbandHi = 0.1 + +#******** R22/Reb1/S12/I00/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I00/dbandLo = 0.1 + +#******** R22/Reb1/S12/I00/limitHi +#** category : Limits +#******** R22/Reb1/S12/I00/limitHi = 1.35 + +#******** R22/Reb1/S12/I00/limitLo +#** category : Limits +#******** R22/Reb1/S12/I00/limitLo = 0.8 + +#******** R22/Reb1/S12/I01/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I01/dbandHi = 0.1 + +#******** R22/Reb1/S12/I01/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I01/dbandLo = 0.1 + +#******** R22/Reb1/S12/I01/limitHi +#** category : Limits +#******** R22/Reb1/S12/I01/limitHi = 1.35 + +#******** R22/Reb1/S12/I01/limitLo +#** category : Limits +#******** R22/Reb1/S12/I01/limitLo = 0.8 + +#******** R22/Reb1/S12/I02/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I02/dbandHi = 0.1 + +#******** R22/Reb1/S12/I02/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I02/dbandLo = 0.1 + +#******** R22/Reb1/S12/I02/limitHi +#** category : Limits +#******** R22/Reb1/S12/I02/limitHi = 1.35 + +#******** R22/Reb1/S12/I02/limitLo +#** category : Limits +#******** R22/Reb1/S12/I02/limitLo = 0.8 + +#******** R22/Reb1/S12/I03/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I03/dbandHi = 0.1 + +#******** R22/Reb1/S12/I03/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I03/dbandLo = 0.1 + +#******** R22/Reb1/S12/I03/limitHi +#** category : Limits +#******** R22/Reb1/S12/I03/limitHi = 1.35 + +#******** R22/Reb1/S12/I03/limitLo +#** category : Limits +#******** R22/Reb1/S12/I03/limitLo = 0.8 + +#******** R22/Reb1/S12/I04/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I04/dbandHi = 0.1 + +#******** R22/Reb1/S12/I04/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I04/dbandLo = 0.1 + +#******** R22/Reb1/S12/I04/limitHi +#** category : Limits +#******** R22/Reb1/S12/I04/limitHi = 1.35 + +#******** R22/Reb1/S12/I04/limitLo +#** category : Limits +#******** R22/Reb1/S12/I04/limitLo = 0.8 + +#******** R22/Reb1/S12/I05/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I05/dbandHi = 0.1 + +#******** R22/Reb1/S12/I05/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I05/dbandLo = 0.1 + +#******** R22/Reb1/S12/I05/limitHi +#** category : Limits +#******** R22/Reb1/S12/I05/limitHi = 1.35 + +#******** R22/Reb1/S12/I05/limitLo +#** category : Limits +#******** R22/Reb1/S12/I05/limitLo = 0.8 + +#******** R22/Reb1/S12/I06/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I06/dbandHi = 0.1 + +#******** R22/Reb1/S12/I06/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I06/dbandLo = 0.1 + +#******** R22/Reb1/S12/I06/limitHi +#** category : Limits +#******** R22/Reb1/S12/I06/limitHi = 1.35 + +#******** R22/Reb1/S12/I06/limitLo +#** category : Limits +#******** R22/Reb1/S12/I06/limitLo = 0.8 + +#******** R22/Reb1/S12/I07/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I07/dbandHi = 0.1 + +#******** R22/Reb1/S12/I07/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I07/dbandLo = 0.1 + +#******** R22/Reb1/S12/I07/limitHi +#** category : Limits +#******** R22/Reb1/S12/I07/limitHi = 1.35 + +#******** R22/Reb1/S12/I07/limitLo +#** category : Limits +#******** R22/Reb1/S12/I07/limitLo = 0.8 + +#******** R22/Reb1/S12/I10/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I10/dbandHi = 0.1 + +#******** R22/Reb1/S12/I10/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I10/dbandLo = 0.1 + +#******** R22/Reb1/S12/I10/limitHi +#** category : Limits +#******** R22/Reb1/S12/I10/limitHi = 1.35 + +#******** R22/Reb1/S12/I10/limitLo +#** category : Limits +#******** R22/Reb1/S12/I10/limitLo = 0.8 + +#******** R22/Reb1/S12/I11/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I11/dbandHi = 0.1 + +#******** R22/Reb1/S12/I11/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I11/dbandLo = 0.1 + +#******** R22/Reb1/S12/I11/limitHi +#** category : Limits +#******** R22/Reb1/S12/I11/limitHi = 1.35 + +#******** R22/Reb1/S12/I11/limitLo +#** category : Limits +#******** R22/Reb1/S12/I11/limitLo = 0.8 + +#******** R22/Reb1/S12/I12/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I12/dbandHi = 0.1 + +#******** R22/Reb1/S12/I12/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I12/dbandLo = 0.1 + +#******** R22/Reb1/S12/I12/limitHi +#** category : Limits +#******** R22/Reb1/S12/I12/limitHi = 1.35 + +#******** R22/Reb1/S12/I12/limitLo +#** category : Limits +#******** R22/Reb1/S12/I12/limitLo = 0.8 + +#******** R22/Reb1/S12/I13/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I13/dbandHi = 0.1 + +#******** R22/Reb1/S12/I13/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I13/dbandLo = 0.1 + +#******** R22/Reb1/S12/I13/limitHi +#** category : Limits +#******** R22/Reb1/S12/I13/limitHi = 1.35 + +#******** R22/Reb1/S12/I13/limitLo +#** category : Limits +#******** R22/Reb1/S12/I13/limitLo = 0.8 + +#******** R22/Reb1/S12/I14/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I14/dbandHi = 0.1 + +#******** R22/Reb1/S12/I14/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I14/dbandLo = 0.1 + +#******** R22/Reb1/S12/I14/limitHi +#** category : Limits +#******** R22/Reb1/S12/I14/limitHi = 1.35 + +#******** R22/Reb1/S12/I14/limitLo +#** category : Limits +#******** R22/Reb1/S12/I14/limitLo = 0.8 + +#******** R22/Reb1/S12/I15/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I15/dbandHi = 0.1 + +#******** R22/Reb1/S12/I15/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I15/dbandLo = 0.1 + +#******** R22/Reb1/S12/I15/limitHi +#** category : Limits +#******** R22/Reb1/S12/I15/limitHi = 1.35 + +#******** R22/Reb1/S12/I15/limitLo +#** category : Limits +#******** R22/Reb1/S12/I15/limitLo = 0.8 + +#******** R22/Reb1/S12/I16/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I16/dbandHi = 0.1 + +#******** R22/Reb1/S12/I16/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I16/dbandLo = 0.1 + +#******** R22/Reb1/S12/I16/limitHi +#** category : Limits +#******** R22/Reb1/S12/I16/limitHi = 1.35 + +#******** R22/Reb1/S12/I16/limitLo +#** category : Limits +#******** R22/Reb1/S12/I16/limitLo = 0.8 + +#******** R22/Reb1/S12/I17/dbandHi +#** category : Limits +#******** R22/Reb1/S12/I17/dbandHi = 0.1 + +#******** R22/Reb1/S12/I17/dbandLo +#** category : Limits +#******** R22/Reb1/S12/I17/dbandLo = 0.1 + +#******** R22/Reb1/S12/I17/limitHi +#** category : Limits +#******** R22/Reb1/S12/I17/limitHi = 1.35 + +#******** R22/Reb1/S12/I17/limitLo +#** category : Limits +#******** R22/Reb1/S12/I17/limitLo = 0.8 + +#******** R22/Reb1/S12/ODV/dbandHi +#** category : Limits +#******** R22/Reb1/S12/ODV/dbandHi = 0.5 + +#******** R22/Reb1/S12/ODV/dbandLo +#** category : Limits +#******** R22/Reb1/S12/ODV/dbandLo = 0.5 + +#******** R22/Reb1/S12/ODV/limitHi +#** category : Limits +#******** R22/Reb1/S12/ODV/limitHi = 26.0 + +#******** R22/Reb1/S12/ODV/limitLo +#** category : Limits +#******** R22/Reb1/S12/ODV/limitLo = 24.0 + +#******** R22/Reb1/S12/OGV/dbandHi +#** category : Limits +#******** R22/Reb1/S12/OGV/dbandHi = 0.5 + +#******** R22/Reb1/S12/OGV/dbandLo +#** category : Limits +#******** R22/Reb1/S12/OGV/dbandLo = 0.5 + +#******** R22/Reb1/S12/OGV/limitHi +#** category : Limits +#******** R22/Reb1/S12/OGV/limitHi = -1.0 + +#******** R22/Reb1/S12/OGV/limitLo +#** category : Limits +#******** R22/Reb1/S12/OGV/limitLo = -3.0 + +#******** R22/Reb1/S12/RDV/dbandHi +#** category : Limits +#******** R22/Reb1/S12/RDV/dbandHi = 0.5 + +#******** R22/Reb1/S12/RDV/dbandLo +#** category : Limits +#******** R22/Reb1/S12/RDV/dbandLo = 0.5 + +#******** R22/Reb1/S12/RDV/limitHi +#** category : Limits +#******** R22/Reb1/S12/RDV/limitHi = 14.0 + +#******** R22/Reb1/S12/RDV/limitLo +#** category : Limits +#******** R22/Reb1/S12/RDV/limitLo = 12.5 + +#******** R22/Reb1/S12/Temp/dbandHi +#** category : Limits +#******** R22/Reb1/S12/Temp/dbandHi = 0.0 + +#******** R22/Reb1/S12/Temp/dbandLo +#** category : Limits +#******** R22/Reb1/S12/Temp/dbandLo = 0.0 + +#******** R22/Reb1/S12/Temp/limitHi +#** category : Limits +#******** R22/Reb1/S12/Temp/limitHi = 45.0 + +#******** R22/Reb1/S12/Temp/limitLo +#** category : Limits +#******** R22/Reb1/S12/Temp/limitLo = -120.0 + +#******** R22/Reb1/SClkL/dbandHi +#** category : Limits +#******** +R22/Reb1/SClkL/dbandHi = 0.0 + +#******** R22/Reb1/SClkL/dbandLo +#** category : Limits +#******** +R22/Reb1/SClkL/dbandLo = 0.0 + +#******** R22/Reb1/SClkL/limitHi +#** category : Limits +#******** +R22/Reb1/SClkL/limitHi = -3.5 + +#******** R22/Reb1/SClkL/limitLo +#** category : Limits +#******** +R22/Reb1/SClkL/limitLo = -6.5 + +#******** R22/Reb1/SClkU/dbandHi +#** category : Limits +#******** +R22/Reb1/SClkU/dbandHi = 0.0 + +#******** R22/Reb1/SClkU/dbandLo +#** category : Limits +#******** +R22/Reb1/SClkU/dbandLo = 0.0 + +#******** R22/Reb1/SClkU/limitHi +#** category : Limits +#******** +R22/Reb1/SClkU/limitHi = 6.5 + +#******** R22/Reb1/SClkU/limitLo +#** category : Limits +#******** +R22/Reb1/SClkU/limitLo = 3.5 + +#******** R22/Reb1/Temp1/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp1/dbandHi = 5.0 + +#******** R22/Reb1/Temp1/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp1/dbandLo = 5.0 + +#******** R22/Reb1/Temp1/limitHi +#** category : Limits +#******** +R22/Reb1/Temp1/limitHi = 45.0 + +#******** R22/Reb1/Temp1/limitLo +#** category : Limits +#******** +R22/Reb1/Temp1/limitLo = -50.0 + +#******** R22/Reb1/Temp10/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp10/dbandHi = 5.0 + +#******** R22/Reb1/Temp10/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp10/dbandLo = 5.0 + +#******** R22/Reb1/Temp10/limitHi +#** category : Limits +#******** +R22/Reb1/Temp10/limitHi = 45.0 + +#******** R22/Reb1/Temp10/limitLo +#** category : Limits +#******** +R22/Reb1/Temp10/limitLo = -50.0 + +#******** R22/Reb1/Temp2/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp2/dbandHi = 5.0 + +#******** R22/Reb1/Temp2/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp2/dbandLo = 5.0 + +#******** R22/Reb1/Temp2/limitHi +#** category : Limits +#******** +R22/Reb1/Temp2/limitHi = 45.0 + +#******** R22/Reb1/Temp2/limitLo +#** category : Limits +#******** +R22/Reb1/Temp2/limitLo = -50.0 + +#******** R22/Reb1/Temp3/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp3/dbandHi = 5.0 + +#******** R22/Reb1/Temp3/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp3/dbandLo = 5.0 + +#******** R22/Reb1/Temp3/limitHi +#** category : Limits +#******** +R22/Reb1/Temp3/limitHi = 45.0 + +#******** R22/Reb1/Temp3/limitLo +#** category : Limits +#******** +R22/Reb1/Temp3/limitLo = -50.0 + +#******** R22/Reb1/Temp4/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp4/dbandHi = 5.0 + +#******** R22/Reb1/Temp4/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp4/dbandLo = 5.0 + +#******** R22/Reb1/Temp4/limitHi +#** category : Limits +#******** +R22/Reb1/Temp4/limitHi = 45.0 + +#******** R22/Reb1/Temp4/limitLo +#** category : Limits +#******** +R22/Reb1/Temp4/limitLo = -50.0 + +#******** R22/Reb1/Temp5/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp5/dbandHi = 5.0 + +#******** R22/Reb1/Temp5/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp5/dbandLo = 5.0 + +#******** R22/Reb1/Temp5/limitHi +#** category : Limits +#******** +R22/Reb1/Temp5/limitHi = 45.0 + +#******** R22/Reb1/Temp5/limitLo +#** category : Limits +#******** +R22/Reb1/Temp5/limitLo = -50.0 + +#******** R22/Reb1/Temp6/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp6/dbandHi = 5.0 + +#******** R22/Reb1/Temp6/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp6/dbandLo = 5.0 + +#******** R22/Reb1/Temp6/limitHi +#** category : Limits +#******** +R22/Reb1/Temp6/limitHi = 45.0 + +#******** R22/Reb1/Temp6/limitLo +#** category : Limits +#******** +R22/Reb1/Temp6/limitLo = -50.0 + +#******** R22/Reb1/Temp7/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp7/dbandHi = 5.0 + +#******** R22/Reb1/Temp7/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp7/dbandLo = 5.0 + +#******** R22/Reb1/Temp7/limitHi +#** category : Limits +#******** +R22/Reb1/Temp7/limitHi = 45.0 + +#******** R22/Reb1/Temp7/limitLo +#** category : Limits +#******** +R22/Reb1/Temp7/limitLo = -50.0 + +#******** R22/Reb1/Temp8/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp8/dbandHi = 5.0 + +#******** R22/Reb1/Temp8/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp8/dbandLo = 5.0 + +#******** R22/Reb1/Temp8/limitHi +#** category : Limits +#******** +R22/Reb1/Temp8/limitHi = 45.0 + +#******** R22/Reb1/Temp8/limitLo +#** category : Limits +#******** +R22/Reb1/Temp8/limitLo = -50.0 + +#******** R22/Reb1/Temp9/dbandHi +#** category : Limits +#******** +R22/Reb1/Temp9/dbandHi = 5.0 + +#******** R22/Reb1/Temp9/dbandLo +#** category : Limits +#******** +R22/Reb1/Temp9/dbandLo = 5.0 + +#******** R22/Reb1/Temp9/limitHi +#** category : Limits +#******** +R22/Reb1/Temp9/limitHi = 45.0 + +#******** R22/Reb1/Temp9/limitLo +#** category : Limits +#******** +R22/Reb1/Temp9/limitLo = -50.0 + +#******** R22/Reb2/AnaI/dbandHi +#** category : Limits +#******** +R22/Reb2/AnaI/dbandHi = 20.0 + +#******** R22/Reb2/AnaI/dbandLo +#** category : Limits +#******** +R22/Reb2/AnaI/dbandLo = 20.0 + +#******** R22/Reb2/AnaI/limitHi +#** category : Limits +#******** +R22/Reb2/AnaI/limitHi = 720.0 + +#******** R22/Reb2/AnaI/limitLo +#** category : Limits +#******** +R22/Reb2/AnaI/limitLo = 550.0 + +#******** R22/Reb2/AnaV/dbandHi +#** category : Limits +#******** +R22/Reb2/AnaV/dbandHi = 0.5 + +#******** R22/Reb2/AnaV/dbandLo +#** category : Limits +#******** +R22/Reb2/AnaV/dbandLo = 0.5 + +#******** R22/Reb2/AnaV/limitHi +#** category : Limits +#******** +R22/Reb2/AnaV/limitHi = 8.5 + +#******** R22/Reb2/AnaV/limitLo +#** category : Limits +#******** +R22/Reb2/AnaV/limitLo = 6.5 + +#******** R22/Reb2/AspicL/Temp0/dbandHi +#** category : Limits +#******** +R22/Reb2/AspicL/Temp0/dbandHi = 5.0 + +#******** R22/Reb2/AspicL/Temp0/dbandLo +#** category : Limits +#******** +R22/Reb2/AspicL/Temp0/dbandLo = 5.0 + +#******** R22/Reb2/AspicL/Temp0/limitHi +#** category : Limits +#******** +R22/Reb2/AspicL/Temp0/limitHi = 45.0 + +#******** R22/Reb2/AspicL/Temp0/limitLo +#** category : Limits +#******** +R22/Reb2/AspicL/Temp0/limitLo = 10.0 + +#******** R22/Reb2/AspicL/Temp1/dbandHi +#** category : Limits +#******** +R22/Reb2/AspicL/Temp1/dbandHi = 5.0 + +#******** R22/Reb2/AspicL/Temp1/dbandLo +#** category : Limits +#******** +R22/Reb2/AspicL/Temp1/dbandLo = 5.0 + +#******** R22/Reb2/AspicL/Temp1/limitHi +#** category : Limits +#******** +R22/Reb2/AspicL/Temp1/limitHi = 45.0 + +#******** R22/Reb2/AspicL/Temp1/limitLo +#** category : Limits +#******** +R22/Reb2/AspicL/Temp1/limitLo = 10.0 + +#******** R22/Reb2/AspicL/Temp2/dbandHi +#** category : Limits +#******** +R22/Reb2/AspicL/Temp2/dbandHi = 5.0 + +#******** R22/Reb2/AspicL/Temp2/dbandLo +#** category : Limits +#******** +R22/Reb2/AspicL/Temp2/dbandLo = 5.0 + +#******** R22/Reb2/AspicL/Temp2/limitHi +#** category : Limits +#******** +R22/Reb2/AspicL/Temp2/limitHi = 45.0 + +#******** R22/Reb2/AspicL/Temp2/limitLo +#** category : Limits +#******** +R22/Reb2/AspicL/Temp2/limitLo = 10.0 + +#******** R22/Reb2/AspicU/Temp0/dbandHi +#** category : Limits +#******** +R22/Reb2/AspicU/Temp0/dbandHi = 5.0 + +#******** R22/Reb2/AspicU/Temp0/dbandLo +#** category : Limits +#******** +R22/Reb2/AspicU/Temp0/dbandLo = 5.0 + +#******** R22/Reb2/AspicU/Temp0/limitHi +#** category : Limits +#******** +R22/Reb2/AspicU/Temp0/limitHi = 45.0 + +#******** R22/Reb2/AspicU/Temp0/limitLo +#** category : Limits +#******** +R22/Reb2/AspicU/Temp0/limitLo = 10.0 + +#******** R22/Reb2/AspicU/Temp1/dbandHi +#** category : Limits +#******** +R22/Reb2/AspicU/Temp1/dbandHi = 5.0 + +#******** R22/Reb2/AspicU/Temp1/dbandLo +#** category : Limits +#******** +R22/Reb2/AspicU/Temp1/dbandLo = 5.0 + +#******** R22/Reb2/AspicU/Temp1/limitHi +#** category : Limits +#******** +R22/Reb2/AspicU/Temp1/limitHi = 45.0 + +#******** R22/Reb2/AspicU/Temp1/limitLo +#** category : Limits +#******** +R22/Reb2/AspicU/Temp1/limitLo = 10.0 + +#******** R22/Reb2/AspicU/Temp2/dbandHi +#** category : Limits +#******** +R22/Reb2/AspicU/Temp2/dbandHi = 5.0 + +#******** R22/Reb2/AspicU/Temp2/dbandLo +#** category : Limits +#******** +R22/Reb2/AspicU/Temp2/dbandLo = 5.0 + +#******** R22/Reb2/AspicU/Temp2/limitHi +#** category : Limits +#******** +R22/Reb2/AspicU/Temp2/limitHi = 45.0 + +#******** R22/Reb2/AspicU/Temp2/limitLo +#** category : Limits +#******** +R22/Reb2/AspicU/Temp2/limitLo = 10.0 + +#******** R22/Reb2/ClkHI/dbandHi +#** category : Limits +#******** +R22/Reb2/ClkHI/dbandHi = 200.0 + +#******** R22/Reb2/ClkHI/dbandLo +#** category : Limits +#******** +R22/Reb2/ClkHI/dbandLo = 10.0 + +#******** R22/Reb2/ClkHI/limitHi +#** category : Limits +#******** +R22/Reb2/ClkHI/limitHi = 150.0 + +#******** R22/Reb2/ClkHI/limitLo +#** category : Limits +#******** +R22/Reb2/ClkHI/limitLo = 90.0 + +#******** R22/Reb2/ClkHV/dbandHi +#** category : Limits +#******** +R22/Reb2/ClkHV/dbandHi = 1.0 + +#******** R22/Reb2/ClkHV/dbandLo +#** category : Limits +#******** +R22/Reb2/ClkHV/dbandLo = 1.0 + +#******** R22/Reb2/ClkHV/limitHi +#** category : Limits +#******** +R22/Reb2/ClkHV/limitHi = 16.5 + +#******** R22/Reb2/ClkHV/limitLo +#** category : Limits +#******** +R22/Reb2/ClkHV/limitLo = 13.0 + +#******** R22/Reb2/ClkLI/dbandHi +#** category : Limits +#******** +R22/Reb2/ClkLI/dbandHi = 150.0 + +#******** R22/Reb2/ClkLI/dbandLo +#** category : Limits +#******** +R22/Reb2/ClkLI/dbandLo = 5.0 + +#******** R22/Reb2/ClkLI/limitHi +#** category : Limits +#******** +R22/Reb2/ClkLI/limitHi = 100.0 + +#******** R22/Reb2/ClkLI/limitLo +#** category : Limits +#******** +R22/Reb2/ClkLI/limitLo = 45.0 + +#******** R22/Reb2/ClkLV/dbandHi +#** category : Limits +#******** +R22/Reb2/ClkLV/dbandHi = 16.5 + +#******** R22/Reb2/ClkLV/dbandLo +#** category : Limits +#******** +R22/Reb2/ClkLV/dbandLo = 1.0 + +#******** R22/Reb2/ClkLV/limitHi +#** category : Limits +#******** +R22/Reb2/ClkLV/limitHi = 16.5 + +#******** R22/Reb2/ClkLV/limitLo +#** category : Limits +#******** +R22/Reb2/ClkLV/limitLo = 13.0 + +#******** R22/Reb2/DigI/dbandHi +#** category : Limits +#******** +R22/Reb2/DigI/dbandHi = 40.0 + +#******** R22/Reb2/DigI/dbandLo +#** category : Limits +#******** +R22/Reb2/DigI/dbandLo = 40.0 + +#******** R22/Reb2/DigI/limitHi +#** category : Limits +#******** +R22/Reb2/DigI/limitHi = 640.0 + +#******** R22/Reb2/DigI/limitLo +#** category : Limits +#******** +R22/Reb2/DigI/limitLo = 480.0 + +#******** R22/Reb2/DigV/dbandHi +#** category : Limits +#******** +R22/Reb2/DigV/dbandHi = 0.2 + +#******** R22/Reb2/DigV/dbandLo +#** category : Limits +#******** +R22/Reb2/DigV/dbandLo = 0.2 + +#******** R22/Reb2/DigV/limitHi +#** category : Limits +#******** +R22/Reb2/DigV/limitHi = 6.0 + +#******** R22/Reb2/DigV/limitLo +#** category : Limits +#******** +R22/Reb2/DigV/limitLo = 4.6 + +#******** R22/Reb2/HtrV/dbandHi +#** category : Limits +#******** +R22/Reb2/HtrV/dbandHi = 0.0 + +#******** R22/Reb2/HtrV/dbandLo +#** category : Limits +#******** +R22/Reb2/HtrV/dbandLo = 0.0 + +#******** R22/Reb2/HtrV/limitHi +#** category : Limits +#******** +R22/Reb2/HtrV/limitHi = 9.0 + +#******** R22/Reb2/HtrV/limitLo +#** category : Limits +#******** +R22/Reb2/HtrV/limitLo = 0.0 + +#******** R22/Reb2/HtrW/dbandHi +#** category : Limits +#******** +R22/Reb2/HtrW/dbandHi = 0.0 + +#******** R22/Reb2/HtrW/dbandLo +#** category : Limits +#******** +R22/Reb2/HtrW/dbandLo = 0.0 + +#******** R22/Reb2/HtrW/limitHi +#** category : Limits +#******** +R22/Reb2/HtrW/limitHi = 4.0 + +#******** R22/Reb2/HtrW/limitLo +#** category : Limits +#******** +R22/Reb2/HtrW/limitLo = 0.0 + +#******** R22/Reb2/ODI/dbandHi +#** category : Limits +#******** +R22/Reb2/ODI/dbandHi = 10.0 + +#******** R22/Reb2/ODI/dbandLo +#** category : Limits +#******** +R22/Reb2/ODI/dbandLo = 10.0 + +#******** R22/Reb2/ODI/limitHi +#** category : Limits +#******** +R22/Reb2/ODI/limitHi = 105.0 + +#******** R22/Reb2/ODI/limitLo +#** category : Limits +#******** +R22/Reb2/ODI/limitLo = 75.0 + +#******** R22/Reb2/ODV/dbandHi +#** category : Limits +#******** +R22/Reb2/ODV/dbandHi = 1.0 + +#******** R22/Reb2/ODV/dbandLo +#** category : Limits +#******** +R22/Reb2/ODV/dbandLo = 1.0 + +#******** R22/Reb2/ODV/limitHi +#** category : Limits +#******** +R22/Reb2/ODV/limitHi = 41.0 + +#******** R22/Reb2/ODV/limitLo +#** category : Limits +#******** +R22/Reb2/ODV/limitLo = 36.0 + +#******** R22/Reb2/PClkL/dbandHi +#** category : Limits +#******** +R22/Reb2/PClkL/dbandHi = 0.5 + +#******** R22/Reb2/PClkL/dbandLo +#** category : Limits +#******** +R22/Reb2/PClkL/dbandLo = 0.5 + +#******** R22/Reb2/PClkL/limitHi +#** category : Limits +#******** +R22/Reb2/PClkL/limitHi = -6.0 + +#******** R22/Reb2/PClkL/limitLo +#** category : Limits +#******** +R22/Reb2/PClkL/limitLo = -10.0 + +#******** R22/Reb2/PClkU/dbandHi +#** category : Limits +#******** +R22/Reb2/PClkU/dbandHi = 0.5 + +#******** R22/Reb2/PClkU/dbandLo +#** category : Limits +#******** +R22/Reb2/PClkU/dbandLo = 0.5 + +#******** R22/Reb2/PClkU/limitHi +#** category : Limits +#******** +R22/Reb2/PClkU/limitHi = 4.0 + +#******** R22/Reb2/PClkU/limitLo +#** category : Limits +#******** +R22/Reb2/PClkU/limitLo = 0.5 + +#******** R22/Reb2/Power/dbandHi +#** category : Limits +#******** +R22/Reb2/Power/dbandHi = 1.0 + +#******** R22/Reb2/Power/dbandLo +#** category : Limits +#******** +R22/Reb2/Power/dbandLo = 1.0 + +#******** R22/Reb2/Power/limitHi +#** category : Limits +#******** +R22/Reb2/Power/limitHi = 17.0 + +#******** R22/Reb2/Power/limitLo +#** category : Limits +#******** +R22/Reb2/Power/limitLo = 9.0 + +#******** R22/Reb2/RGL/dbandHi +#** category : Limits +#******** +R22/Reb2/RGL/dbandHi = 0.2 + +#******** R22/Reb2/RGL/dbandLo +#** category : Limits +#******** +R22/Reb2/RGL/dbandLo = 0.2 + +#******** R22/Reb2/RGL/limitHi +#** category : Limits +#******** +R22/Reb2/RGL/limitHi = -0.5 + +#******** R22/Reb2/RGL/limitLo +#** category : Limits +#******** +R22/Reb2/RGL/limitLo = -3.0 + +#******** R22/Reb2/RGU/dbandHi +#** category : Limits +#******** +R22/Reb2/RGU/dbandHi = 1.0 + +#******** R22/Reb2/RGU/dbandLo +#** category : Limits +#******** +R22/Reb2/RGU/dbandLo = 1.0 + +#******** R22/Reb2/RGU/limitHi +#** category : Limits +#******** +R22/Reb2/RGU/limitHi = 12.0 + +#******** R22/Reb2/RGU/limitLo +#** category : Limits +#******** +R22/Reb2/RGU/limitLo = 6.0 + +#******** R22/Reb2/RTDTemp/dbandHi +#** category : Limits +#******** +R22/Reb2/RTDTemp/dbandHi = 5.0 + +#******** R22/Reb2/RTDTemp/dbandLo +#** category : Limits +#******** +R22/Reb2/RTDTemp/dbandLo = 5.0 + +#******** R22/Reb2/RTDTemp/limitHi +#** category : Limits +#******** +R22/Reb2/RTDTemp/limitHi = 45.0 + +#******** R22/Reb2/RTDTemp/limitLo +#** category : Limits +#******** +R22/Reb2/RTDTemp/limitLo = -120.0 + +#******** R22/Reb2/Ref05V/dbandHi +#** category : Limits +#******** +R22/Reb2/Ref05V/dbandHi = 0.1 + +#******** R22/Reb2/Ref05V/dbandLo +#** category : Limits +#******** +R22/Reb2/Ref05V/dbandLo = 0.1 + +#******** R22/Reb2/Ref05V/limitHi +#** category : Limits +#******** +R22/Reb2/Ref05V/limitHi = 5.5 + +#******** R22/Reb2/Ref05V/limitLo +#** category : Limits +#******** +R22/Reb2/Ref05V/limitLo = 4.5 + +#******** R22/Reb2/Ref125V/dbandHi +#** category : Limits +#******** +R22/Reb2/Ref125V/dbandHi = 0.2 + +#******** R22/Reb2/Ref125V/dbandLo +#** category : Limits +#******** +R22/Reb2/Ref125V/dbandLo = 0.2 + +#******** R22/Reb2/Ref125V/limitHi +#** category : Limits +#******** +R22/Reb2/Ref125V/limitHi = 2.75 + +#******** R22/Reb2/Ref125V/limitLo +#** category : Limits +#******** +R22/Reb2/Ref125V/limitLo = 2.25 + +#******** R22/Reb2/Ref15V/dbandHi +#** category : Limits +#******** +R22/Reb2/Ref15V/dbandHi = 0.2 + +#******** R22/Reb2/Ref15V/dbandLo +#** category : Limits +#******** +R22/Reb2/Ref15V/dbandLo = 0.2 + +#******** R22/Reb2/Ref15V/limitHi +#** category : Limits +#******** +R22/Reb2/Ref15V/limitHi = 5.5 + +#******** R22/Reb2/Ref15V/limitLo +#** category : Limits +#******** +R22/Reb2/Ref15V/limitLo = 4.5 + +#******** R22/Reb2/Ref25V/dbandHi +#** category : Limits +#******** +R22/Reb2/Ref25V/dbandHi = 0.2 + +#******** R22/Reb2/Ref25V/dbandLo +#** category : Limits +#******** +R22/Reb2/Ref25V/dbandLo = 0.2 + +#******** R22/Reb2/Ref25V/limitHi +#** category : Limits +#******** +R22/Reb2/Ref25V/limitHi = 5.5 + +#******** R22/Reb2/Ref25V/limitLo +#** category : Limits +#******** +R22/Reb2/Ref25V/limitLo = 4.5 + +#******** R22/Reb2/RefN12/dbandHi +#** category : Limits +#******** +R22/Reb2/RefN12/dbandHi = 0.2 + +#******** R22/Reb2/RefN12/dbandLo +#** category : Limits +#******** +R22/Reb2/RefN12/dbandLo = 0.2 + +#******** R22/Reb2/RefN12/limitHi +#** category : Limits +#******** +R22/Reb2/RefN12/limitHi = -11.5 + +#******** R22/Reb2/RefN12/limitLo +#** category : Limits +#******** +R22/Reb2/RefN12/limitLo = -12.5 + +#******** R22/Reb2/RefP12/dbandHi +#** category : Limits +#******** +R22/Reb2/RefP12/dbandHi = 0.2 + +#******** R22/Reb2/RefP12/dbandLo +#** category : Limits +#******** +R22/Reb2/RefP12/dbandLo = 0.2 + +#******** R22/Reb2/RefP12/limitHi +#** category : Limits +#******** +R22/Reb2/RefP12/limitHi = 14.1 + +#******** R22/Reb2/RefP12/limitLo +#** category : Limits +#******** +R22/Reb2/RefP12/limitLo = 13.0 + +#******** R22/Reb2/S20/GDV/dbandHi +#** category : Limits +#******** R22/Reb2/S20/GDV/dbandHi = 1.0 + +#******** R22/Reb2/S20/GDV/dbandLo +#** category : Limits +#******** R22/Reb2/S20/GDV/dbandLo = 1.0 + +#******** R22/Reb2/S20/GDV/limitHi +#** category : Limits +#******** R22/Reb2/S20/GDV/limitHi = 21.5 + +#******** R22/Reb2/S20/GDV/limitLo +#** category : Limits +#******** R22/Reb2/S20/GDV/limitLo = 18.5 + +#******** R22/Reb2/S20/I00/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I00/dbandHi = 0.1 + +#******** R22/Reb2/S20/I00/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I00/dbandLo = 0.1 + +#******** R22/Reb2/S20/I00/limitHi +#** category : Limits +#******** R22/Reb2/S20/I00/limitHi = 1.35 + +#******** R22/Reb2/S20/I00/limitLo +#** category : Limits +#******** R22/Reb2/S20/I00/limitLo = 0.8 + +#******** R22/Reb2/S20/I01/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I01/dbandHi = 0.1 + +#******** R22/Reb2/S20/I01/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I01/dbandLo = 0.1 + +#******** R22/Reb2/S20/I01/limitHi +#** category : Limits +#******** R22/Reb2/S20/I01/limitHi = 1.35 + +#******** R22/Reb2/S20/I01/limitLo +#** category : Limits +#******** R22/Reb2/S20/I01/limitLo = 0.8 + +#******** R22/Reb2/S20/I02/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I02/dbandHi = 0.1 + +#******** R22/Reb2/S20/I02/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I02/dbandLo = 0.1 + +#******** R22/Reb2/S20/I02/limitHi +#** category : Limits +#******** R22/Reb2/S20/I02/limitHi = 1.35 + +#******** R22/Reb2/S20/I02/limitLo +#** category : Limits +#******** R22/Reb2/S20/I02/limitLo = 0.8 + +#******** R22/Reb2/S20/I03/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I03/dbandHi = 0.1 + +#******** R22/Reb2/S20/I03/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I03/dbandLo = 0.1 + +#******** R22/Reb2/S20/I03/limitHi +#** category : Limits +#******** R22/Reb2/S20/I03/limitHi = 1.35 + +#******** R22/Reb2/S20/I03/limitLo +#** category : Limits +#******** R22/Reb2/S20/I03/limitLo = 0.8 + +#******** R22/Reb2/S20/I04/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I04/dbandHi = 0.1 + +#******** R22/Reb2/S20/I04/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I04/dbandLo = 0.1 + +#******** R22/Reb2/S20/I04/limitHi +#** category : Limits +#******** R22/Reb2/S20/I04/limitHi = 1.35 + +#******** R22/Reb2/S20/I04/limitLo +#** category : Limits +#******** R22/Reb2/S20/I04/limitLo = 0.8 + +#******** R22/Reb2/S20/I05/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I05/dbandHi = 0.1 + +#******** R22/Reb2/S20/I05/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I05/dbandLo = 0.1 + +#******** R22/Reb2/S20/I05/limitHi +#** category : Limits +#******** R22/Reb2/S20/I05/limitHi = 1.35 + +#******** R22/Reb2/S20/I05/limitLo +#** category : Limits +#******** R22/Reb2/S20/I05/limitLo = 0.8 + +#******** R22/Reb2/S20/I06/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I06/dbandHi = 0.1 + +#******** R22/Reb2/S20/I06/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I06/dbandLo = 0.1 + +#******** R22/Reb2/S20/I06/limitHi +#** category : Limits +#******** R22/Reb2/S20/I06/limitHi = 1.35 + +#******** R22/Reb2/S20/I06/limitLo +#** category : Limits +#******** R22/Reb2/S20/I06/limitLo = 0.8 + +#******** R22/Reb2/S20/I07/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I07/dbandHi = 0.1 + +#******** R22/Reb2/S20/I07/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I07/dbandLo = 0.1 + +#******** R22/Reb2/S20/I07/limitHi +#** category : Limits +#******** R22/Reb2/S20/I07/limitHi = 1.35 + +#******** R22/Reb2/S20/I07/limitLo +#** category : Limits +#******** R22/Reb2/S20/I07/limitLo = 0.8 + +#******** R22/Reb2/S20/I10/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I10/dbandHi = 0.1 + +#******** R22/Reb2/S20/I10/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I10/dbandLo = 0.1 + +#******** R22/Reb2/S20/I10/limitHi +#** category : Limits +#******** R22/Reb2/S20/I10/limitHi = 1.35 + +#******** R22/Reb2/S20/I10/limitLo +#** category : Limits +#******** R22/Reb2/S20/I10/limitLo = 0.8 + +#******** R22/Reb2/S20/I11/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I11/dbandHi = 0.1 + +#******** R22/Reb2/S20/I11/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I11/dbandLo = 0.1 + +#******** R22/Reb2/S20/I11/limitHi +#** category : Limits +#******** R22/Reb2/S20/I11/limitHi = 1.35 + +#******** R22/Reb2/S20/I11/limitLo +#** category : Limits +#******** R22/Reb2/S20/I11/limitLo = 0.8 + +#******** R22/Reb2/S20/I12/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I12/dbandHi = 0.1 + +#******** R22/Reb2/S20/I12/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I12/dbandLo = 0.1 + +#******** R22/Reb2/S20/I12/limitHi +#** category : Limits +#******** R22/Reb2/S20/I12/limitHi = 1.35 + +#******** R22/Reb2/S20/I12/limitLo +#** category : Limits +#******** R22/Reb2/S20/I12/limitLo = 0.8 + +#******** R22/Reb2/S20/I13/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I13/dbandHi = 0.1 + +#******** R22/Reb2/S20/I13/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I13/dbandLo = 0.1 + +#******** R22/Reb2/S20/I13/limitHi +#** category : Limits +#******** R22/Reb2/S20/I13/limitHi = 1.35 + +#******** R22/Reb2/S20/I13/limitLo +#** category : Limits +#******** R22/Reb2/S20/I13/limitLo = 0.8 + +#******** R22/Reb2/S20/I14/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I14/dbandHi = 0.1 + +#******** R22/Reb2/S20/I14/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I14/dbandLo = 0.1 + +#******** R22/Reb2/S20/I14/limitHi +#** category : Limits +#******** R22/Reb2/S20/I14/limitHi = 1.35 + +#******** R22/Reb2/S20/I14/limitLo +#** category : Limits +#******** R22/Reb2/S20/I14/limitLo = 0.8 + +#******** R22/Reb2/S20/I15/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I15/dbandHi = 0.1 + +#******** R22/Reb2/S20/I15/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I15/dbandLo = 0.1 + +#******** R22/Reb2/S20/I15/limitHi +#** category : Limits +#******** R22/Reb2/S20/I15/limitHi = 1.35 + +#******** R22/Reb2/S20/I15/limitLo +#** category : Limits +#******** R22/Reb2/S20/I15/limitLo = 0.8 + +#******** R22/Reb2/S20/I16/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I16/dbandHi = 0.1 + +#******** R22/Reb2/S20/I16/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I16/dbandLo = 0.1 + +#******** R22/Reb2/S20/I16/limitHi +#** category : Limits +#******** R22/Reb2/S20/I16/limitHi = 1.35 + +#******** R22/Reb2/S20/I16/limitLo +#** category : Limits +#******** R22/Reb2/S20/I16/limitLo = 0.8 + +#******** R22/Reb2/S20/I17/dbandHi +#** category : Limits +#******** R22/Reb2/S20/I17/dbandHi = 0.1 + +#******** R22/Reb2/S20/I17/dbandLo +#** category : Limits +#******** R22/Reb2/S20/I17/dbandLo = 0.1 + +#******** R22/Reb2/S20/I17/limitHi +#** category : Limits +#******** R22/Reb2/S20/I17/limitHi = 1.35 + +#******** R22/Reb2/S20/I17/limitLo +#** category : Limits +#******** R22/Reb2/S20/I17/limitLo = 0.8 + +#******** R22/Reb2/S20/ODV/dbandHi +#** category : Limits +#******** R22/Reb2/S20/ODV/dbandHi = 0.5 + +#******** R22/Reb2/S20/ODV/dbandLo +#** category : Limits +#******** R22/Reb2/S20/ODV/dbandLo = 0.5 + +#******** R22/Reb2/S20/ODV/limitHi +#** category : Limits +#******** R22/Reb2/S20/ODV/limitHi = 26.0 + +#******** R22/Reb2/S20/ODV/limitLo +#** category : Limits +#******** R22/Reb2/S20/ODV/limitLo = 24.0 + +#******** R22/Reb2/S20/OGV/dbandHi +#** category : Limits +#******** R22/Reb2/S20/OGV/dbandHi = 0.5 + +#******** R22/Reb2/S20/OGV/dbandLo +#** category : Limits +#******** R22/Reb2/S20/OGV/dbandLo = 0.5 + +#******** R22/Reb2/S20/OGV/limitHi +#** category : Limits +#******** R22/Reb2/S20/OGV/limitHi = -1.0 + +#******** R22/Reb2/S20/OGV/limitLo +#** category : Limits +#******** R22/Reb2/S20/OGV/limitLo = -3.0 + +#******** R22/Reb2/S20/RDV/dbandHi +#** category : Limits +#******** R22/Reb2/S20/RDV/dbandHi = 0.5 + +#******** R22/Reb2/S20/RDV/dbandLo +#** category : Limits +#******** R22/Reb2/S20/RDV/dbandLo = 0.5 + +#******** R22/Reb2/S20/RDV/limitHi +#** category : Limits +#******** R22/Reb2/S20/RDV/limitHi = 14.0 + +#******** R22/Reb2/S20/RDV/limitLo +#** category : Limits +#******** R22/Reb2/S20/RDV/limitLo = 12.5 + +#******** R22/Reb2/S20/Temp/dbandHi +#** category : Limits +#******** R22/Reb2/S20/Temp/dbandHi = 0.0 + +#******** R22/Reb2/S20/Temp/dbandLo +#** category : Limits +#******** R22/Reb2/S20/Temp/dbandLo = 0.0 + +#******** R22/Reb2/S20/Temp/limitHi +#** category : Limits +#******** R22/Reb2/S20/Temp/limitHi = 45.0 + +#******** R22/Reb2/S20/Temp/limitLo +#** category : Limits +#******** R22/Reb2/S20/Temp/limitLo = -120.0 + +#******** R22/Reb2/S21/GDV/dbandHi +#** category : Limits +#******** R22/Reb2/S21/GDV/dbandHi = 1.0 + +#******** R22/Reb2/S21/GDV/dbandLo +#** category : Limits +#******** R22/Reb2/S21/GDV/dbandLo = 1.0 + +#******** R22/Reb2/S21/GDV/limitHi +#** category : Limits +#******** R22/Reb2/S21/GDV/limitHi = 21.5 + +#******** R22/Reb2/S21/GDV/limitLo +#** category : Limits +#******** R22/Reb2/S21/GDV/limitLo = 18.5 + +#******** R22/Reb2/S21/I00/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I00/dbandHi = 0.1 + +#******** R22/Reb2/S21/I00/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I00/dbandLo = 0.1 + +#******** R22/Reb2/S21/I00/limitHi +#** category : Limits +#******** R22/Reb2/S21/I00/limitHi = 1.35 + +#******** R22/Reb2/S21/I00/limitLo +#** category : Limits +#******** R22/Reb2/S21/I00/limitLo = 0.8 + +#******** R22/Reb2/S21/I01/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I01/dbandHi = 0.1 + +#******** R22/Reb2/S21/I01/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I01/dbandLo = 0.1 + +#******** R22/Reb2/S21/I01/limitHi +#** category : Limits +#******** R22/Reb2/S21/I01/limitHi = 1.35 + +#******** R22/Reb2/S21/I01/limitLo +#** category : Limits +#******** R22/Reb2/S21/I01/limitLo = 0.8 + +#******** R22/Reb2/S21/I02/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I02/dbandHi = 0.1 + +#******** R22/Reb2/S21/I02/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I02/dbandLo = 0.1 + +#******** R22/Reb2/S21/I02/limitHi +#** category : Limits +#******** R22/Reb2/S21/I02/limitHi = 1.35 + +#******** R22/Reb2/S21/I02/limitLo +#** category : Limits +#******** R22/Reb2/S21/I02/limitLo = 0.8 + +#******** R22/Reb2/S21/I03/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I03/dbandHi = 0.1 + +#******** R22/Reb2/S21/I03/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I03/dbandLo = 0.1 + +#******** R22/Reb2/S21/I03/limitHi +#** category : Limits +#******** R22/Reb2/S21/I03/limitHi = 1.35 + +#******** R22/Reb2/S21/I03/limitLo +#** category : Limits +#******** R22/Reb2/S21/I03/limitLo = 0.8 + +#******** R22/Reb2/S21/I04/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I04/dbandHi = 0.1 + +#******** R22/Reb2/S21/I04/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I04/dbandLo = 0.1 + +#******** R22/Reb2/S21/I04/limitHi +#** category : Limits +#******** R22/Reb2/S21/I04/limitHi = 1.35 + +#******** R22/Reb2/S21/I04/limitLo +#** category : Limits +#******** R22/Reb2/S21/I04/limitLo = 0.8 + +#******** R22/Reb2/S21/I05/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I05/dbandHi = 0.1 + +#******** R22/Reb2/S21/I05/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I05/dbandLo = 0.1 + +#******** R22/Reb2/S21/I05/limitHi +#** category : Limits +#******** R22/Reb2/S21/I05/limitHi = 1.35 + +#******** R22/Reb2/S21/I05/limitLo +#** category : Limits +#******** R22/Reb2/S21/I05/limitLo = 0.8 + +#******** R22/Reb2/S21/I06/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I06/dbandHi = 0.1 + +#******** R22/Reb2/S21/I06/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I06/dbandLo = 0.1 + +#******** R22/Reb2/S21/I06/limitHi +#** category : Limits +#******** R22/Reb2/S21/I06/limitHi = 1.35 + +#******** R22/Reb2/S21/I06/limitLo +#** category : Limits +#******** R22/Reb2/S21/I06/limitLo = 0.8 + +#******** R22/Reb2/S21/I07/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I07/dbandHi = 0.1 + +#******** R22/Reb2/S21/I07/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I07/dbandLo = 0.1 + +#******** R22/Reb2/S21/I07/limitHi +#** category : Limits +#******** R22/Reb2/S21/I07/limitHi = 1.35 + +#******** R22/Reb2/S21/I07/limitLo +#** category : Limits +#******** R22/Reb2/S21/I07/limitLo = 0.8 + +#******** R22/Reb2/S21/I10/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I10/dbandHi = 0.1 + +#******** R22/Reb2/S21/I10/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I10/dbandLo = 0.1 + +#******** R22/Reb2/S21/I10/limitHi +#** category : Limits +#******** R22/Reb2/S21/I10/limitHi = 1.35 + +#******** R22/Reb2/S21/I10/limitLo +#** category : Limits +#******** R22/Reb2/S21/I10/limitLo = 0.8 + +#******** R22/Reb2/S21/I11/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I11/dbandHi = 0.1 + +#******** R22/Reb2/S21/I11/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I11/dbandLo = 0.1 + +#******** R22/Reb2/S21/I11/limitHi +#** category : Limits +#******** R22/Reb2/S21/I11/limitHi = 1.35 + +#******** R22/Reb2/S21/I11/limitLo +#** category : Limits +#******** R22/Reb2/S21/I11/limitLo = 0.8 + +#******** R22/Reb2/S21/I12/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I12/dbandHi = 0.1 + +#******** R22/Reb2/S21/I12/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I12/dbandLo = 0.1 + +#******** R22/Reb2/S21/I12/limitHi +#** category : Limits +#******** R22/Reb2/S21/I12/limitHi = 1.35 + +#******** R22/Reb2/S21/I12/limitLo +#** category : Limits +#******** R22/Reb2/S21/I12/limitLo = 0.8 + +#******** R22/Reb2/S21/I13/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I13/dbandHi = 0.1 + +#******** R22/Reb2/S21/I13/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I13/dbandLo = 0.1 + +#******** R22/Reb2/S21/I13/limitHi +#** category : Limits +#******** R22/Reb2/S21/I13/limitHi = 1.35 + +#******** R22/Reb2/S21/I13/limitLo +#** category : Limits +#******** R22/Reb2/S21/I13/limitLo = 0.8 + +#******** R22/Reb2/S21/I14/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I14/dbandHi = 0.1 + +#******** R22/Reb2/S21/I14/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I14/dbandLo = 0.1 + +#******** R22/Reb2/S21/I14/limitHi +#** category : Limits +#******** R22/Reb2/S21/I14/limitHi = 1.35 + +#******** R22/Reb2/S21/I14/limitLo +#** category : Limits +#******** R22/Reb2/S21/I14/limitLo = 0.8 + +#******** R22/Reb2/S21/I15/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I15/dbandHi = 0.1 + +#******** R22/Reb2/S21/I15/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I15/dbandLo = 0.1 + +#******** R22/Reb2/S21/I15/limitHi +#** category : Limits +#******** R22/Reb2/S21/I15/limitHi = 1.35 + +#******** R22/Reb2/S21/I15/limitLo +#** category : Limits +#******** R22/Reb2/S21/I15/limitLo = 0.8 + +#******** R22/Reb2/S21/I16/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I16/dbandHi = 0.1 + +#******** R22/Reb2/S21/I16/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I16/dbandLo = 0.1 + +#******** R22/Reb2/S21/I16/limitHi +#** category : Limits +#******** R22/Reb2/S21/I16/limitHi = 1.35 + +#******** R22/Reb2/S21/I16/limitLo +#** category : Limits +#******** R22/Reb2/S21/I16/limitLo = 0.8 + +#******** R22/Reb2/S21/I17/dbandHi +#** category : Limits +#******** R22/Reb2/S21/I17/dbandHi = 0.1 + +#******** R22/Reb2/S21/I17/dbandLo +#** category : Limits +#******** R22/Reb2/S21/I17/dbandLo = 0.1 + +#******** R22/Reb2/S21/I17/limitHi +#** category : Limits +#******** R22/Reb2/S21/I17/limitHi = 1.35 + +#******** R22/Reb2/S21/I17/limitLo +#** category : Limits +#******** R22/Reb2/S21/I17/limitLo = 0.8 + +#******** R22/Reb2/S21/ODV/dbandHi +#** category : Limits +#******** R22/Reb2/S21/ODV/dbandHi = 0.5 + +#******** R22/Reb2/S21/ODV/dbandLo +#** category : Limits +#******** R22/Reb2/S21/ODV/dbandLo = 0.5 + +#******** R22/Reb2/S21/ODV/limitHi +#** category : Limits +#******** R22/Reb2/S21/ODV/limitHi = 26.0 + +#******** R22/Reb2/S21/ODV/limitLo +#** category : Limits +#******** R22/Reb2/S21/ODV/limitLo = 24.0 + +#******** R22/Reb2/S21/OGV/dbandHi +#** category : Limits +#******** R22/Reb2/S21/OGV/dbandHi = 0.5 + +#******** R22/Reb2/S21/OGV/dbandLo +#** category : Limits +#******** R22/Reb2/S21/OGV/dbandLo = 0.5 + +#******** R22/Reb2/S21/OGV/limitHi +#** category : Limits +#******** R22/Reb2/S21/OGV/limitHi = -1.0 + +#******** R22/Reb2/S21/OGV/limitLo +#** category : Limits +#******** R22/Reb2/S21/OGV/limitLo = -3.0 + +#******** R22/Reb2/S21/RDV/dbandHi +#** category : Limits +#******** R22/Reb2/S21/RDV/dbandHi = 0.5 + +#******** R22/Reb2/S21/RDV/dbandLo +#** category : Limits +#******** R22/Reb2/S21/RDV/dbandLo = 0.5 + +#******** R22/Reb2/S21/RDV/limitHi +#** category : Limits +#******** R22/Reb2/S21/RDV/limitHi = 14.0 + +#******** R22/Reb2/S21/RDV/limitLo +#** category : Limits +#******** R22/Reb2/S21/RDV/limitLo = 12.5 + +#******** R22/Reb2/S21/Temp/dbandHi +#** category : Limits +#******** R22/Reb2/S21/Temp/dbandHi = 0.0 + +#******** R22/Reb2/S21/Temp/dbandLo +#** category : Limits +#******** R22/Reb2/S21/Temp/dbandLo = 0.0 + +#******** R22/Reb2/S21/Temp/limitHi +#** category : Limits +#******** R22/Reb2/S21/Temp/limitHi = 45.0 + +#******** R22/Reb2/S21/Temp/limitLo +#** category : Limits +#******** R22/Reb2/S21/Temp/limitLo = -120.0 + +#******** R22/Reb2/S22/GDV/dbandHi +#** category : Limits +#******** R22/Reb2/S22/GDV/dbandHi = 1.0 + +#******** R22/Reb2/S22/GDV/dbandLo +#** category : Limits +#******** R22/Reb2/S22/GDV/dbandLo = 1.0 + +#******** R22/Reb2/S22/GDV/limitHi +#** category : Limits +#******** R22/Reb2/S22/GDV/limitHi = 21.5 + +#******** R22/Reb2/S22/GDV/limitLo +#** category : Limits +#******** R22/Reb2/S22/GDV/limitLo = 18.5 + +#******** R22/Reb2/S22/I00/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I00/dbandHi = 0.1 + +#******** R22/Reb2/S22/I00/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I00/dbandLo = 0.1 + +#******** R22/Reb2/S22/I00/limitHi +#** category : Limits +#******** R22/Reb2/S22/I00/limitHi = 1.35 + +#******** R22/Reb2/S22/I00/limitLo +#** category : Limits +#******** R22/Reb2/S22/I00/limitLo = 0.8 + +#******** R22/Reb2/S22/I01/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I01/dbandHi = 0.1 + +#******** R22/Reb2/S22/I01/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I01/dbandLo = 0.1 + +#******** R22/Reb2/S22/I01/limitHi +#** category : Limits +#******** R22/Reb2/S22/I01/limitHi = 1.35 + +#******** R22/Reb2/S22/I01/limitLo +#** category : Limits +#******** R22/Reb2/S22/I01/limitLo = 0.8 + +#******** R22/Reb2/S22/I02/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I02/dbandHi = 0.1 + +#******** R22/Reb2/S22/I02/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I02/dbandLo = 0.1 + +#******** R22/Reb2/S22/I02/limitHi +#** category : Limits +#******** R22/Reb2/S22/I02/limitHi = 1.35 + +#******** R22/Reb2/S22/I02/limitLo +#** category : Limits +#******** R22/Reb2/S22/I02/limitLo = 0.8 + +#******** R22/Reb2/S22/I03/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I03/dbandHi = 0.1 + +#******** R22/Reb2/S22/I03/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I03/dbandLo = 0.1 + +#******** R22/Reb2/S22/I03/limitHi +#** category : Limits +#******** R22/Reb2/S22/I03/limitHi = 1.35 + +#******** R22/Reb2/S22/I03/limitLo +#** category : Limits +#******** R22/Reb2/S22/I03/limitLo = 0.8 + +#******** R22/Reb2/S22/I04/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I04/dbandHi = 0.1 + +#******** R22/Reb2/S22/I04/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I04/dbandLo = 0.1 + +#******** R22/Reb2/S22/I04/limitHi +#** category : Limits +#******** R22/Reb2/S22/I04/limitHi = 1.35 + +#******** R22/Reb2/S22/I04/limitLo +#** category : Limits +#******** R22/Reb2/S22/I04/limitLo = 0.8 + +#******** R22/Reb2/S22/I05/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I05/dbandHi = 0.1 + +#******** R22/Reb2/S22/I05/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I05/dbandLo = 0.1 + +#******** R22/Reb2/S22/I05/limitHi +#** category : Limits +#******** R22/Reb2/S22/I05/limitHi = 1.35 + +#******** R22/Reb2/S22/I05/limitLo +#** category : Limits +#******** R22/Reb2/S22/I05/limitLo = 0.8 + +#******** R22/Reb2/S22/I06/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I06/dbandHi = 0.1 + +#******** R22/Reb2/S22/I06/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I06/dbandLo = 0.1 + +#******** R22/Reb2/S22/I06/limitHi +#** category : Limits +#******** R22/Reb2/S22/I06/limitHi = 1.35 + +#******** R22/Reb2/S22/I06/limitLo +#** category : Limits +#******** R22/Reb2/S22/I06/limitLo = 0.8 + +#******** R22/Reb2/S22/I07/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I07/dbandHi = 0.1 + +#******** R22/Reb2/S22/I07/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I07/dbandLo = 0.1 + +#******** R22/Reb2/S22/I07/limitHi +#** category : Limits +#******** R22/Reb2/S22/I07/limitHi = 1.35 + +#******** R22/Reb2/S22/I07/limitLo +#** category : Limits +#******** R22/Reb2/S22/I07/limitLo = 0.8 + +#******** R22/Reb2/S22/I10/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I10/dbandHi = 0.1 + +#******** R22/Reb2/S22/I10/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I10/dbandLo = 0.1 + +#******** R22/Reb2/S22/I10/limitHi +#** category : Limits +#******** R22/Reb2/S22/I10/limitHi = 1.35 + +#******** R22/Reb2/S22/I10/limitLo +#** category : Limits +#******** R22/Reb2/S22/I10/limitLo = 0.8 + +#******** R22/Reb2/S22/I11/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I11/dbandHi = 0.1 + +#******** R22/Reb2/S22/I11/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I11/dbandLo = 0.1 + +#******** R22/Reb2/S22/I11/limitHi +#** category : Limits +#******** R22/Reb2/S22/I11/limitHi = 1.35 + +#******** R22/Reb2/S22/I11/limitLo +#** category : Limits +#******** R22/Reb2/S22/I11/limitLo = 0.8 + +#******** R22/Reb2/S22/I12/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I12/dbandHi = 0.1 + +#******** R22/Reb2/S22/I12/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I12/dbandLo = 0.1 + +#******** R22/Reb2/S22/I12/limitHi +#** category : Limits +#******** R22/Reb2/S22/I12/limitHi = 1.35 + +#******** R22/Reb2/S22/I12/limitLo +#** category : Limits +#******** R22/Reb2/S22/I12/limitLo = 0.8 + +#******** R22/Reb2/S22/I13/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I13/dbandHi = 0.1 + +#******** R22/Reb2/S22/I13/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I13/dbandLo = 0.1 + +#******** R22/Reb2/S22/I13/limitHi +#** category : Limits +#******** R22/Reb2/S22/I13/limitHi = 1.35 + +#******** R22/Reb2/S22/I13/limitLo +#** category : Limits +#******** R22/Reb2/S22/I13/limitLo = 0.8 + +#******** R22/Reb2/S22/I14/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I14/dbandHi = 0.1 + +#******** R22/Reb2/S22/I14/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I14/dbandLo = 0.1 + +#******** R22/Reb2/S22/I14/limitHi +#** category : Limits +#******** R22/Reb2/S22/I14/limitHi = 1.35 + +#******** R22/Reb2/S22/I14/limitLo +#** category : Limits +#******** R22/Reb2/S22/I14/limitLo = 0.8 + +#******** R22/Reb2/S22/I15/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I15/dbandHi = 0.1 + +#******** R22/Reb2/S22/I15/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I15/dbandLo = 0.1 + +#******** R22/Reb2/S22/I15/limitHi +#** category : Limits +#******** R22/Reb2/S22/I15/limitHi = 1.35 + +#******** R22/Reb2/S22/I15/limitLo +#** category : Limits +#******** R22/Reb2/S22/I15/limitLo = 0.8 + +#******** R22/Reb2/S22/I16/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I16/dbandHi = 0.1 + +#******** R22/Reb2/S22/I16/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I16/dbandLo = 0.1 + +#******** R22/Reb2/S22/I16/limitHi +#** category : Limits +#******** R22/Reb2/S22/I16/limitHi = 1.35 + +#******** R22/Reb2/S22/I16/limitLo +#** category : Limits +#******** R22/Reb2/S22/I16/limitLo = 0.8 + +#******** R22/Reb2/S22/I17/dbandHi +#** category : Limits +#******** R22/Reb2/S22/I17/dbandHi = 0.1 + +#******** R22/Reb2/S22/I17/dbandLo +#** category : Limits +#******** R22/Reb2/S22/I17/dbandLo = 0.1 + +#******** R22/Reb2/S22/I17/limitHi +#** category : Limits +#******** R22/Reb2/S22/I17/limitHi = 1.35 + +#******** R22/Reb2/S22/I17/limitLo +#** category : Limits +#******** R22/Reb2/S22/I17/limitLo = 0.8 + +#******** R22/Reb2/S22/ODV/dbandHi +#** category : Limits +#******** R22/Reb2/S22/ODV/dbandHi = 0.5 + +#******** R22/Reb2/S22/ODV/dbandLo +#** category : Limits +#******** R22/Reb2/S22/ODV/dbandLo = 0.5 + +#******** R22/Reb2/S22/ODV/limitHi +#** category : Limits +#******** R22/Reb2/S22/ODV/limitHi = 26.0 + +#******** R22/Reb2/S22/ODV/limitLo +#** category : Limits +#******** R22/Reb2/S22/ODV/limitLo = 24.0 + +#******** R22/Reb2/S22/OGV/dbandHi +#** category : Limits +#******** R22/Reb2/S22/OGV/dbandHi = 0.5 + +#******** R22/Reb2/S22/OGV/dbandLo +#** category : Limits +#******** R22/Reb2/S22/OGV/dbandLo = 0.5 + +#******** R22/Reb2/S22/OGV/limitHi +#** category : Limits +#******** R22/Reb2/S22/OGV/limitHi = -1.0 + +#******** R22/Reb2/S22/OGV/limitLo +#** category : Limits +#******** R22/Reb2/S22/OGV/limitLo = -3.0 + +#******** R22/Reb2/S22/RDV/dbandHi +#** category : Limits +#******** R22/Reb2/S22/RDV/dbandHi = 0.5 + +#******** R22/Reb2/S22/RDV/dbandLo +#** category : Limits +#******** R22/Reb2/S22/RDV/dbandLo = 0.5 + +#******** R22/Reb2/S22/RDV/limitHi +#** category : Limits +#******** R22/Reb2/S22/RDV/limitHi = 14.0 + +#******** R22/Reb2/S22/RDV/limitLo +#** category : Limits +#******** R22/Reb2/S22/RDV/limitLo = 12.5 + +#******** R22/Reb2/S22/Temp/dbandHi +#** category : Limits +#******** R22/Reb2/S22/Temp/dbandHi = 0.0 + +#******** R22/Reb2/S22/Temp/dbandLo +#** category : Limits +#******** R22/Reb2/S22/Temp/dbandLo = 0.0 + +#******** R22/Reb2/S22/Temp/limitHi +#** category : Limits +#******** R22/Reb2/S22/Temp/limitHi = 45.0 + +#******** R22/Reb2/S22/Temp/limitLo +#** category : Limits +#******** R22/Reb2/S22/Temp/limitLo = -120.0 -R22/Reb0/SClkL/dbandHi = 0.0 -R22/Reb1/SClkL/dbandHi = 0.0 + +#******** R22/Reb2/SClkL/dbandHi +#** category : Limits +#******** R22/Reb2/SClkL/dbandHi = 0.0 -R22/Reb0/SClkL/dbandLo = 0.0 -R22/Reb1/SClkL/dbandLo = 0.0 + +#******** R22/Reb2/SClkL/dbandLo +#** category : Limits +#******** R22/Reb2/SClkL/dbandLo = 0.0 -R22/Reb0/SClkL/limitHi = -3.5 -R22/Reb1/SClkL/limitHi = -3.5 + +#******** R22/Reb2/SClkL/limitHi +#** category : Limits +#******** R22/Reb2/SClkL/limitHi = -3.5 -R22/Reb0/SClkL/limitLo = -6.5 -R22/Reb1/SClkL/limitLo = -6.5 + +#******** R22/Reb2/SClkL/limitLo +#** category : Limits +#******** R22/Reb2/SClkL/limitLo = -6.5 -R22/Reb0/SClkU/dbandHi = 0.0 -R22/Reb1/SClkU/dbandHi = 0.0 + +#******** R22/Reb2/SClkU/dbandHi +#** category : Limits +#******** R22/Reb2/SClkU/dbandHi = 0.0 -R22/Reb0/SClkU/dbandLo = 0.0 -R22/Reb1/SClkU/dbandLo = 0.0 + +#******** R22/Reb2/SClkU/dbandLo +#** category : Limits +#******** R22/Reb2/SClkU/dbandLo = 0.0 -R22/Reb0/SClkU/limitHi = 6.5 -R22/Reb1/SClkU/limitHi = 6.5 + +#******** R22/Reb2/SClkU/limitHi +#** category : Limits +#******** R22/Reb2/SClkU/limitHi = 6.5 -R22/Reb0/SClkU/limitLo = 3.5 -R22/Reb1/SClkU/limitLo = 3.5 + +#******** R22/Reb2/SClkU/limitLo +#** category : Limits +#******** R22/Reb2/SClkU/limitLo = 3.5 -R22/Reb0/Temp10/dbandHi = 5.0 -R22/Reb1/Temp10/dbandHi = 5.0 -R22/Reb2/Temp10/dbandHi = 5.0 -R22/Reb0/Temp10/dbandLo = 5.0 -R22/Reb1/Temp10/dbandLo = 5.0 -R22/Reb2/Temp10/dbandLo = 5.0 -R22/Reb0/Temp10/limitHi = 45.0 -R22/Reb1/Temp10/limitHi = 45.0 -R22/Reb2/Temp10/limitHi = 45.0 -R22/Reb0/Temp10/limitLo = -50.0 -R22/Reb1/Temp10/limitLo = -50.0 -R22/Reb2/Temp10/limitLo = -50.0 -R22/Reb0/Temp1/dbandHi = 5.0 -R22/Reb1/Temp1/dbandHi = 5.0 + +#******** R22/Reb2/Temp1/dbandHi +#** category : Limits +#******** R22/Reb2/Temp1/dbandHi = 5.0 -R22/Reb0/Temp1/dbandLo = 5.0 -R22/Reb1/Temp1/dbandLo = 5.0 + +#******** R22/Reb2/Temp1/dbandLo +#** category : Limits +#******** R22/Reb2/Temp1/dbandLo = 5.0 -R22/Reb0/Temp1/limitHi = 45.0 -R22/Reb1/Temp1/limitHi = 45.0 + +#******** R22/Reb2/Temp1/limitHi +#** category : Limits +#******** R22/Reb2/Temp1/limitHi = 45.0 -R22/Reb0/Temp1/limitLo = -50.0 -R22/Reb1/Temp1/limitLo = -50.0 + +#******** R22/Reb2/Temp1/limitLo +#** category : Limits +#******** R22/Reb2/Temp1/limitLo = -50.0 -R22/Reb0/Temp2/dbandHi = 5.0 -R22/Reb1/Temp2/dbandHi = 5.0 + +#******** R22/Reb2/Temp10/dbandHi +#** category : Limits +#******** +R22/Reb2/Temp10/dbandHi = 5.0 + +#******** R22/Reb2/Temp10/dbandLo +#** category : Limits +#******** +R22/Reb2/Temp10/dbandLo = 5.0 + +#******** R22/Reb2/Temp10/limitHi +#** category : Limits +#******** +R22/Reb2/Temp10/limitHi = 45.0 + +#******** R22/Reb2/Temp10/limitLo +#** category : Limits +#******** +R22/Reb2/Temp10/limitLo = -50.0 + +#******** R22/Reb2/Temp2/dbandHi +#** category : Limits +#******** R22/Reb2/Temp2/dbandHi = 5.0 -R22/Reb0/Temp2/dbandLo = 5.0 -R22/Reb1/Temp2/dbandLo = 5.0 + +#******** R22/Reb2/Temp2/dbandLo +#** category : Limits +#******** R22/Reb2/Temp2/dbandLo = 5.0 -R22/Reb0/Temp2/limitHi = 45.0 -R22/Reb1/Temp2/limitHi = 45.0 + +#******** R22/Reb2/Temp2/limitHi +#** category : Limits +#******** R22/Reb2/Temp2/limitHi = 45.0 -R22/Reb0/Temp2/limitLo = -50.0 -R22/Reb1/Temp2/limitLo = -50.0 + +#******** R22/Reb2/Temp2/limitLo +#** category : Limits +#******** R22/Reb2/Temp2/limitLo = -50.0 -R22/Reb0/Temp3/dbandHi = 5.0 -R22/Reb1/Temp3/dbandHi = 5.0 + +#******** R22/Reb2/Temp3/dbandHi +#** category : Limits +#******** R22/Reb2/Temp3/dbandHi = 5.0 -R22/Reb0/Temp3/dbandLo = 5.0 -R22/Reb1/Temp3/dbandLo = 5.0 + +#******** R22/Reb2/Temp3/dbandLo +#** category : Limits +#******** R22/Reb2/Temp3/dbandLo = 5.0 -R22/Reb0/Temp3/limitHi = 45.0 -R22/Reb1/Temp3/limitHi = 45.0 + +#******** R22/Reb2/Temp3/limitHi +#** category : Limits +#******** R22/Reb2/Temp3/limitHi = 45.0 -R22/Reb0/Temp3/limitLo = -50.0 -R22/Reb1/Temp3/limitLo = -50.0 + +#******** R22/Reb2/Temp3/limitLo +#** category : Limits +#******** R22/Reb2/Temp3/limitLo = -50.0 -R22/Reb0/Temp4/dbandHi = 5.0 -R22/Reb1/Temp4/dbandHi = 5.0 + +#******** R22/Reb2/Temp4/dbandHi +#** category : Limits +#******** R22/Reb2/Temp4/dbandHi = 5.0 -R22/Reb0/Temp4/dbandLo = 5.0 -R22/Reb1/Temp4/dbandLo = 5.0 + +#******** R22/Reb2/Temp4/dbandLo +#** category : Limits +#******** R22/Reb2/Temp4/dbandLo = 5.0 -R22/Reb0/Temp4/limitHi = 45.0 -R22/Reb1/Temp4/limitHi = 45.0 + +#******** R22/Reb2/Temp4/limitHi +#** category : Limits +#******** R22/Reb2/Temp4/limitHi = 45.0 -R22/Reb0/Temp4/limitLo = -50.0 -R22/Reb1/Temp4/limitLo = -50.0 + +#******** R22/Reb2/Temp4/limitLo +#** category : Limits +#******** R22/Reb2/Temp4/limitLo = -50.0 -R22/Reb0/Temp5/dbandHi = 5.0 -R22/Reb1/Temp5/dbandHi = 5.0 + +#******** R22/Reb2/Temp5/dbandHi +#** category : Limits +#******** R22/Reb2/Temp5/dbandHi = 5.0 -R22/Reb0/Temp5/dbandLo = 5.0 -R22/Reb1/Temp5/dbandLo = 5.0 + +#******** R22/Reb2/Temp5/dbandLo +#** category : Limits +#******** R22/Reb2/Temp5/dbandLo = 5.0 -R22/Reb0/Temp5/limitHi = 45.0 -R22/Reb1/Temp5/limitHi = 45.0 + +#******** R22/Reb2/Temp5/limitHi +#** category : Limits +#******** R22/Reb2/Temp5/limitHi = 45.0 -R22/Reb0/Temp5/limitLo = -50.0 -R22/Reb1/Temp5/limitLo = -50.0 + +#******** R22/Reb2/Temp5/limitLo +#** category : Limits +#******** R22/Reb2/Temp5/limitLo = -50.0 -R22/Reb0/Temp6/dbandHi = 5.0 -R22/Reb1/Temp6/dbandHi = 5.0 + +#******** R22/Reb2/Temp6/dbandHi +#** category : Limits +#******** R22/Reb2/Temp6/dbandHi = 5.0 -R22/Reb0/Temp6/dbandLo = 5.0 -R22/Reb1/Temp6/dbandLo = 5.0 + +#******** R22/Reb2/Temp6/dbandLo +#** category : Limits +#******** R22/Reb2/Temp6/dbandLo = 5.0 -R22/Reb0/Temp6/limitHi = 45.0 -R22/Reb1/Temp6/limitHi = 45.0 + +#******** R22/Reb2/Temp6/limitHi +#** category : Limits +#******** R22/Reb2/Temp6/limitHi = 45.0 -R22/Reb0/Temp6/limitLo = -50.0 -R22/Reb1/Temp6/limitLo = -50.0 + +#******** R22/Reb2/Temp6/limitLo +#** category : Limits +#******** R22/Reb2/Temp6/limitLo = -50.0 -R22/Reb0/Temp7/dbandHi = 5.0 -R22/Reb1/Temp7/dbandHi = 5.0 + +#******** R22/Reb2/Temp7/dbandHi +#** category : Limits +#******** R22/Reb2/Temp7/dbandHi = 5.0 -R22/Reb0/Temp7/dbandLo = 5.0 -R22/Reb1/Temp7/dbandLo = 5.0 + +#******** R22/Reb2/Temp7/dbandLo +#** category : Limits +#******** R22/Reb2/Temp7/dbandLo = 5.0 -R22/Reb0/Temp7/limitHi = 45.0 -R22/Reb1/Temp7/limitHi = 45.0 + +#******** R22/Reb2/Temp7/limitHi +#** category : Limits +#******** R22/Reb2/Temp7/limitHi = 45.0 -R22/Reb0/Temp7/limitLo = -50.0 -R22/Reb1/Temp7/limitLo = -50.0 + +#******** R22/Reb2/Temp7/limitLo +#** category : Limits +#******** R22/Reb2/Temp7/limitLo = -50.0 -R22/Reb0/Temp8/dbandHi = 5.0 -R22/Reb1/Temp8/dbandHi = 5.0 + +#******** R22/Reb2/Temp8/dbandHi +#** category : Limits +#******** R22/Reb2/Temp8/dbandHi = 5.0 -R22/Reb0/Temp8/dbandLo = 5.0 -R22/Reb1/Temp8/dbandLo = 5.0 + +#******** R22/Reb2/Temp8/dbandLo +#** category : Limits +#******** R22/Reb2/Temp8/dbandLo = 5.0 -R22/Reb0/Temp8/limitHi = 45.0 -R22/Reb1/Temp8/limitHi = 45.0 + +#******** R22/Reb2/Temp8/limitHi +#** category : Limits +#******** R22/Reb2/Temp8/limitHi = 45.0 -R22/Reb0/Temp8/limitLo = -50.0 -R22/Reb1/Temp8/limitLo = -50.0 + +#******** R22/Reb2/Temp8/limitLo +#** category : Limits +#******** R22/Reb2/Temp8/limitLo = -50.0 -R22/Reb0/Temp9/dbandHi = 5.0 -R22/Reb1/Temp9/dbandHi = 5.0 + +#******** R22/Reb2/Temp9/dbandHi +#** category : Limits +#******** R22/Reb2/Temp9/dbandHi = 5.0 -R22/Reb0/Temp9/dbandLo = 5.0 -R22/Reb1/Temp9/dbandLo = 5.0 + +#******** R22/Reb2/Temp9/dbandLo +#** category : Limits +#******** R22/Reb2/Temp9/dbandLo = 5.0 -R22/Reb0/Temp9/limitHi = 45.0 -R22/Reb1/Temp9/limitHi = 45.0 + +#******** R22/Reb2/Temp9/limitHi +#** category : Limits +#******** R22/Reb2/Temp9/limitHi = 45.0 -R22/Reb0/Temp9/limitLo = -50.0 -R22/Reb1/Temp9/limitLo = -50.0 + +#******** R22/Reb2/Temp9/limitLo +#** category : Limits +#******** R22/Reb2/Temp9/limitLo = -50.0 + diff --git a/IR2/lsst-dc06/comcam-fp__Rafts.properties b/IR2/lsst-dc06/comcam-fp__Rafts.properties index ff8501b..c90df2c 100644 --- a/IR2/lsst-dc06/comcam-fp__Rafts.properties +++ b/IR2/lsst-dc06/comcam-fp__Rafts.properties @@ -1,249 +1,1245 @@ +#******** R22/Reb0/serialNum +#** category : Rafts +#******** R22/Reb0/serialNum = 418249883 -R22/Reb1/serialNum = 418264390 -R22/Reb2/serialNum = 418261055 + +#******** R22/Reb0/ASPIC0/af1 +#** category : Rafts +#******** R22/Reb0/ASPIC0/af1 = 0 -R22/Reb1/ASPIC0/af1 = 0 -R22/Reb2/ASPIC0/af1 = 0 + +#******** R22/Reb0/ASPIC0/clamp +#** category : Rafts +#******** R22/Reb0/ASPIC0/clamp = 0 -R22/Reb1/ASPIC0/clamp = 0 -R22/Reb2/ASPIC0/clamp = 0 + +#******** R22/Reb0/ASPIC0/gain +#** category : Rafts +#******** R22/Reb0/ASPIC0/gain = 1 -R22/Reb1/ASPIC0/gain = 1 -R22/Reb2/ASPIC0/gain = 1 + +#******** R22/Reb0/ASPIC0/rc +#** category : Rafts +#******** R22/Reb0/ASPIC0/rc = 15 -R22/Reb1/ASPIC0/rc = 15 -R22/Reb2/ASPIC0/rc = 15 + +#******** R22/Reb0/ASPIC0/tm +#** category : Rafts +#******** R22/Reb0/ASPIC0/tm = 0 -R22/Reb1/ASPIC0/tm = 0 -R22/Reb2/ASPIC0/tm = 0 + +#******** R22/Reb0/ASPIC1/af1 +#** category : Rafts +#******** R22/Reb0/ASPIC1/af1 = 0 -R22/Reb1/ASPIC1/af1 = 0 -R22/Reb2/ASPIC1/af1 = 0 + +#******** R22/Reb0/ASPIC1/clamp +#** category : Rafts +#******** R22/Reb0/ASPIC1/clamp = 0 -R22/Reb1/ASPIC1/clamp = 0 -R22/Reb2/ASPIC1/clamp = 0 + +#******** R22/Reb0/ASPIC1/gain +#** category : Rafts +#******** R22/Reb0/ASPIC1/gain = 1 -R22/Reb1/ASPIC1/gain = 1 -R22/Reb2/ASPIC1/gain = 1 + +#******** R22/Reb0/ASPIC1/rc +#** category : Rafts +#******** R22/Reb0/ASPIC1/rc = 15 -R22/Reb1/ASPIC1/rc = 15 -R22/Reb2/ASPIC1/rc = 15 + +#******** R22/Reb0/ASPIC1/tm +#** category : Rafts +#******** R22/Reb0/ASPIC1/tm = 0 -R22/Reb1/ASPIC1/tm = 0 -R22/Reb2/ASPIC1/tm = 0 + +#******** R22/Reb0/ASPIC2/af1 +#** category : Rafts +#******** R22/Reb0/ASPIC2/af1 = 0 -R22/Reb1/ASPIC2/af1 = 0 -R22/Reb2/ASPIC2/af1 = 0 + +#******** R22/Reb0/ASPIC2/clamp +#** category : Rafts +#******** R22/Reb0/ASPIC2/clamp = 0 -R22/Reb1/ASPIC2/clamp = 0 -R22/Reb2/ASPIC2/clamp = 0 + +#******** R22/Reb0/ASPIC2/gain +#** category : Rafts +#******** R22/Reb0/ASPIC2/gain = 1 -R22/Reb1/ASPIC2/gain = 1 -R22/Reb2/ASPIC2/gain = 1 + +#******** R22/Reb0/ASPIC2/rc +#** category : Rafts +#******** R22/Reb0/ASPIC2/rc = 15 -R22/Reb1/ASPIC2/rc = 15 -R22/Reb2/ASPIC2/rc = 15 + +#******** R22/Reb0/ASPIC2/tm +#** category : Rafts +#******** R22/Reb0/ASPIC2/tm = 0 -R22/Reb1/ASPIC2/tm = 0 -R22/Reb2/ASPIC2/tm = 0 + +#******** R22/Reb0/ASPIC3/af1 +#** category : Rafts +#******** R22/Reb0/ASPIC3/af1 = 0 -R22/Reb1/ASPIC3/af1 = 0 -R22/Reb2/ASPIC3/af1 = 0 + +#******** R22/Reb0/ASPIC3/clamp +#** category : Rafts +#******** R22/Reb0/ASPIC3/clamp = 0 -R22/Reb1/ASPIC3/clamp = 0 -R22/Reb2/ASPIC3/clamp = 0 + +#******** R22/Reb0/ASPIC3/gain +#** category : Rafts +#******** R22/Reb0/ASPIC3/gain = 1 -R22/Reb1/ASPIC3/gain = 1 -R22/Reb2/ASPIC3/gain = 1 + +#******** R22/Reb0/ASPIC3/rc +#** category : Rafts +#******** R22/Reb0/ASPIC3/rc = 15 -R22/Reb1/ASPIC3/rc = 15 -R22/Reb2/ASPIC3/rc = 15 + +#******** R22/Reb0/ASPIC3/tm +#** category : Rafts +#******** R22/Reb0/ASPIC3/tm = 0 -R22/Reb1/ASPIC3/tm = 0 -R22/Reb2/ASPIC3/tm = 0 + +#******** R22/Reb0/ASPIC4/af1 +#** category : Rafts +#******** R22/Reb0/ASPIC4/af1 = 0 -R22/Reb1/ASPIC4/af1 = 0 -R22/Reb2/ASPIC4/af1 = 0 + +#******** R22/Reb0/ASPIC4/clamp +#** category : Rafts +#******** R22/Reb0/ASPIC4/clamp = 0 -R22/Reb1/ASPIC4/clamp = 0 -R22/Reb2/ASPIC4/clamp = 0 + +#******** R22/Reb0/ASPIC4/gain +#** category : Rafts +#******** R22/Reb0/ASPIC4/gain = 1 -R22/Reb1/ASPIC4/gain = 1 -R22/Reb2/ASPIC4/gain = 1 + +#******** R22/Reb0/ASPIC4/rc +#** category : Rafts +#******** R22/Reb0/ASPIC4/rc = 15 -R22/Reb1/ASPIC4/rc = 15 -R22/Reb2/ASPIC4/rc = 15 + +#******** R22/Reb0/ASPIC4/tm +#** category : Rafts +#******** R22/Reb0/ASPIC4/tm = 0 -R22/Reb1/ASPIC4/tm = 0 -R22/Reb2/ASPIC4/tm = 0 + +#******** R22/Reb0/ASPIC5/af1 +#** category : Rafts +#******** R22/Reb0/ASPIC5/af1 = 0 -R22/Reb1/ASPIC5/af1 = 0 -R22/Reb2/ASPIC5/af1 = 0 + +#******** R22/Reb0/ASPIC5/clamp +#** category : Rafts +#******** R22/Reb0/ASPIC5/clamp = 0 -R22/Reb1/ASPIC5/clamp = 0 -R22/Reb2/ASPIC5/clamp = 0 + +#******** R22/Reb0/ASPIC5/gain +#** category : Rafts +#******** R22/Reb0/ASPIC5/gain = 1 -R22/Reb1/ASPIC5/gain = 1 -R22/Reb2/ASPIC5/gain = 1 + +#******** R22/Reb0/ASPIC5/rc +#** category : Rafts +#******** R22/Reb0/ASPIC5/rc = 15 -R22/Reb1/ASPIC5/rc = 15 -R22/Reb2/ASPIC5/rc = 15 + +#******** R22/Reb0/ASPIC5/tm +#** category : Rafts +#******** R22/Reb0/ASPIC5/tm = 0 -R22/Reb1/ASPIC5/tm = 0 -R22/Reb2/ASPIC5/tm = 0 + +#******** R22/Reb0/Bias0/csGate +#** category : Rafts +#******** R22/Reb0/Bias0/csGate = 0 -R22/Reb1/Bias0/csGate = 0 -R22/Reb2/Bias0/csGate = 0 + +#******** R22/Reb0/Bias0/csGateP +#** category : Rafts +#******** R22/Reb0/Bias0/csGateP = 1.0 -R22/Reb1/Bias0/csGateP = 1.0 -R22/Reb2/Bias0/csGateP = 1.0 + +#******** R22/Reb0/Bias0/gd +#** category : Rafts +#******** R22/Reb0/Bias0/gd = 0 -R22/Reb1/Bias0/gd = 0 -R22/Reb2/Bias0/gd = 0 + +#******** R22/Reb0/Bias0/gdP +#** category : Rafts +#******** R22/Reb0/Bias0/gdP = 20.0 -R22/Reb1/Bias0/gdP = 20.0 -R22/Reb2/Bias0/gdP = 20.0 + +#******** R22/Reb0/Bias0/od +#** category : Rafts +#******** R22/Reb0/Bias0/od = 0 -R22/Reb1/Bias0/od = 0 -R22/Reb2/Bias0/od = 0 + +#******** R22/Reb0/Bias0/odP +#** category : Rafts +#******** R22/Reb0/Bias0/odP = 25.0 -R22/Reb1/Bias0/odP = 25.0 -R22/Reb2/Bias0/odP = 25.0 + +#******** R22/Reb0/Bias0/og +#** category : Rafts +#******** R22/Reb0/Bias0/og = 0 -R22/Reb1/Bias0/og = 0 -R22/Reb2/Bias0/og = 0 + +#******** R22/Reb0/Bias0/ogP +#** category : Rafts +#******** R22/Reb0/Bias0/ogP = -2.0 -R22/Reb1/Bias0/ogP = -2.0 -R22/Reb2/Bias0/ogP = -2.0 + +#******** R22/Reb0/Bias0/ogSh +#** category : Rafts +#******** R22/Reb0/Bias0/ogSh = 0 -R22/Reb1/Bias0/ogSh = 0 -R22/Reb2/Bias0/ogSh = 0 + +#******** R22/Reb0/Bias0/rd +#** category : Rafts +#******** R22/Reb0/Bias0/rd = 0 -R22/Reb1/Bias0/rd = 0 -R22/Reb2/Bias0/rd = 0 + +#******** R22/Reb0/Bias0/rdP +#** category : Rafts +#******** R22/Reb0/Bias0/rdP = 13.0 -R22/Reb1/Bias0/rdP = 13.0 -R22/Reb2/Bias0/rdP = 13.0 + +#******** R22/Reb0/Bias1/csGate +#** category : Rafts +#******** R22/Reb0/Bias1/csGate = 0 -R22/Reb1/Bias1/csGate = 0 -R22/Reb2/Bias1/csGate = 0 + +#******** R22/Reb0/Bias1/csGateP +#** category : Rafts +#******** R22/Reb0/Bias1/csGateP = 1.0 -R22/Reb1/Bias1/csGateP = 1.0 -R22/Reb2/Bias1/csGateP = 1.0 + +#******** R22/Reb0/Bias1/gd +#** category : Rafts +#******** R22/Reb0/Bias1/gd = 0 -R22/Reb1/Bias1/gd = 0 -R22/Reb2/Bias1/gd = 0 + +#******** R22/Reb0/Bias1/gdP +#** category : Rafts +#******** R22/Reb0/Bias1/gdP = 20.0 -R22/Reb1/Bias1/gdP = 20.0 -R22/Reb2/Bias1/gdP = 20.0 + +#******** R22/Reb0/Bias1/od +#** category : Rafts +#******** R22/Reb0/Bias1/od = 0 -R22/Reb1/Bias1/od = 0 -R22/Reb2/Bias1/od = 0 + +#******** R22/Reb0/Bias1/odP +#** category : Rafts +#******** R22/Reb0/Bias1/odP = 25.0 -R22/Reb1/Bias1/odP = 25.0 -R22/Reb2/Bias1/odP = 25.0 + +#******** R22/Reb0/Bias1/og +#** category : Rafts +#******** R22/Reb0/Bias1/og = 0 -R22/Reb1/Bias1/og = 0 -R22/Reb2/Bias1/og = 0 + +#******** R22/Reb0/Bias1/ogP +#** category : Rafts +#******** R22/Reb0/Bias1/ogP = -2.0 -R22/Reb1/Bias1/ogP = -2.0 -R22/Reb2/Bias1/ogP = -2.0 + +#******** R22/Reb0/Bias1/ogSh +#** category : Rafts +#******** R22/Reb0/Bias1/ogSh = 0 -R22/Reb1/Bias1/ogSh = 0 -R22/Reb2/Bias1/ogSh = 0 + +#******** R22/Reb0/Bias1/rd +#** category : Rafts +#******** R22/Reb0/Bias1/rd = 0 -R22/Reb1/Bias1/rd = 0 -R22/Reb2/Bias1/rd = 0 + +#******** R22/Reb0/Bias1/rdP +#** category : Rafts +#******** R22/Reb0/Bias1/rdP = 13.0 -R22/Reb1/Bias1/rdP = 13.0 -R22/Reb2/Bias1/rdP = 13.0 + +#******** R22/Reb0/Bias2/csGate +#** category : Rafts +#******** R22/Reb0/Bias2/csGate = 0 -R22/Reb1/Bias2/csGate = 0 -R22/Reb2/Bias2/csGate = 0 + +#******** R22/Reb0/Bias2/csGateP +#** category : Rafts +#******** R22/Reb0/Bias2/csGateP = 1.0 -R22/Reb1/Bias2/csGateP = 1.0 -R22/Reb2/Bias2/csGateP = 1.0 + +#******** R22/Reb0/Bias2/gd +#** category : Rafts +#******** R22/Reb0/Bias2/gd = 0 -R22/Reb1/Bias2/gd = 0 -R22/Reb2/Bias2/gd = 0 + +#******** R22/Reb0/Bias2/gdP +#** category : Rafts +#******** R22/Reb0/Bias2/gdP = 20.0 -R22/Reb1/Bias2/gdP = 20.0 -R22/Reb2/Bias2/gdP = 20.0 + +#******** R22/Reb0/Bias2/od +#** category : Rafts +#******** R22/Reb0/Bias2/od = 0 -R22/Reb1/Bias2/od = 0 -R22/Reb2/Bias2/od = 0 + +#******** R22/Reb0/Bias2/odP +#** category : Rafts +#******** R22/Reb0/Bias2/odP = 25.0 -R22/Reb1/Bias2/odP = 25.0 -R22/Reb2/Bias2/odP = 25.0 + +#******** R22/Reb0/Bias2/og +#** category : Rafts +#******** R22/Reb0/Bias2/og = 0 -R22/Reb1/Bias2/og = 0 -R22/Reb2/Bias2/og = 0 + +#******** R22/Reb0/Bias2/ogP +#** category : Rafts +#******** R22/Reb0/Bias2/ogP = -2.0 -R22/Reb1/Bias2/ogP = -2.0 -R22/Reb2/Bias2/ogP = -2.0 + +#******** R22/Reb0/Bias2/ogSh +#** category : Rafts +#******** R22/Reb0/Bias2/ogSh = 0 -R22/Reb1/Bias2/ogSh = 0 -R22/Reb2/Bias2/ogSh = 0 + +#******** R22/Reb0/Bias2/rd +#** category : Rafts +#******** R22/Reb0/Bias2/rd = 0 -R22/Reb1/Bias2/rd = 0 -R22/Reb2/Bias2/rd = 0 + +#******** R22/Reb0/Bias2/rdP +#** category : Rafts +#******** R22/Reb0/Bias2/rdP = 13.0 -R22/Reb1/Bias2/rdP = 13.0 -R22/Reb2/Bias2/rdP = 13.0 + +#******** R22/Reb0/DAC/csGate +#** category : Rafts +#******** R22/Reb0/DAC/csGate = [1,1,1] -R22/Reb1/DAC/csGate = [1,1,1] -R22/Reb2/DAC/csGate = [1,1,1] + +#******** R22/Reb0/DAC/pclkHigh +#** category : Rafts +#******** R22/Reb0/DAC/pclkHigh = 0 -R22/Reb1/DAC/pclkHigh = 0 -R22/Reb2/DAC/pclkHigh = 0 + +#******** R22/Reb0/DAC/pclkHighP +#** category : Rafts +#******** R22/Reb0/DAC/pclkHighP = 2.0 -R22/Reb1/DAC/pclkHighP = 2.0 -R22/Reb2/DAC/pclkHighP = 2.0 + +#******** R22/Reb0/DAC/pclkHighSh +#** category : Rafts +#******** R22/Reb0/DAC/pclkHighSh = 0 -R22/Reb1/DAC/pclkHighSh = 0 -R22/Reb2/DAC/pclkHighSh = 0 + +#******** R22/Reb0/DAC/pclkLow +#** category : Rafts +#******** R22/Reb0/DAC/pclkLow = 0 -R22/Reb1/DAC/pclkLow = 0 -R22/Reb2/DAC/pclkLow = 0 + +#******** R22/Reb0/DAC/pclkLowP +#** category : Rafts +#******** R22/Reb0/DAC/pclkLowP = -8.0 -R22/Reb1/DAC/pclkLowP = -8.0 -R22/Reb2/DAC/pclkLowP = -8.0 + +#******** R22/Reb0/DAC/pclkLowSh +#** category : Rafts +#******** R22/Reb0/DAC/pclkLowSh = 0 -R22/Reb1/DAC/pclkLowSh = 0 -R22/Reb2/DAC/pclkLowSh = 0 + +#******** R22/Reb0/DAC/rgHigh +#** category : Rafts +#******** R22/Reb0/DAC/rgHigh = 0 -R22/Reb1/DAC/rgHigh = 0 -R22/Reb2/DAC/rgHigh = 0 + +#******** R22/Reb0/DAC/rgHighP +#** category : Rafts +#******** R22/Reb0/DAC/rgHighP = 8.0 -R22/Reb1/DAC/rgHighP = 8.0 -R22/Reb2/DAC/rgHighP = 8.0 + +#******** R22/Reb0/DAC/rgHighSh +#** category : Rafts +#******** R22/Reb0/DAC/rgHighSh = 0 -R22/Reb1/DAC/rgHighSh = 0 -R22/Reb2/DAC/rgHighSh = 0 + +#******** R22/Reb0/DAC/rgLow +#** category : Rafts +#******** R22/Reb0/DAC/rgLow = 0 -R22/Reb1/DAC/rgLow = 0 -R22/Reb2/DAC/rgLow = 0 + +#******** R22/Reb0/DAC/rgLowP +#** category : Rafts +#******** R22/Reb0/DAC/rgLowP = -2.0 -R22/Reb1/DAC/rgLowP = -2.0 -R22/Reb2/DAC/rgLowP = -2.0 + +#******** R22/Reb0/DAC/rgLowSh +#** category : Rafts +#******** R22/Reb0/DAC/rgLowSh = 0 -R22/Reb1/DAC/rgLowSh = 0 -R22/Reb2/DAC/rgLowSh = 0 + +#******** R22/Reb0/DAC/sclkHigh +#** category : Rafts +#******** R22/Reb0/DAC/sclkHigh = 0 -R22/Reb1/DAC/sclkHigh = 0 -R22/Reb2/DAC/sclkHigh = 0 + +#******** R22/Reb0/DAC/sclkHighP +#** category : Rafts +#******** R22/Reb0/DAC/sclkHighP = 5.0 -R22/Reb1/DAC/sclkHighP = 5.0 -R22/Reb2/DAC/sclkHighP = 5.0 + +#******** R22/Reb0/DAC/sclkHighSh +#** category : Rafts +#******** R22/Reb0/DAC/sclkHighSh = 0 -R22/Reb1/DAC/sclkHighSh = 0 -R22/Reb2/DAC/sclkHighSh = 0 + +#******** R22/Reb0/DAC/sclkLow +#** category : Rafts +#******** R22/Reb0/DAC/sclkLow = 0 -R22/Reb1/DAC/sclkLow = 0 -R22/Reb2/DAC/sclkLow = 0 + +#******** R22/Reb0/DAC/sclkLowP +#** category : Rafts +#******** R22/Reb0/DAC/sclkLowP = -5.0 -R22/Reb1/DAC/sclkLowP = -5.0 -R22/Reb2/DAC/sclkLowP = -5.0 + +#******** R22/Reb0/DAC/sclkLowSh +#** category : Rafts +#******** R22/Reb0/DAC/sclkLowSh = 0 + +#******** R22/Reb1/serialNum +#** category : Rafts +#******** +R22/Reb1/serialNum = 418264390 + +#******** R22/Reb1/ASPIC0/af1 +#** category : Rafts +#******** +R22/Reb1/ASPIC0/af1 = 0 + +#******** R22/Reb1/ASPIC0/clamp +#** category : Rafts +#******** +R22/Reb1/ASPIC0/clamp = 0 + +#******** R22/Reb1/ASPIC0/gain +#** category : Rafts +#******** +R22/Reb1/ASPIC0/gain = 1 + +#******** R22/Reb1/ASPIC0/rc +#** category : Rafts +#******** +R22/Reb1/ASPIC0/rc = 15 + +#******** R22/Reb1/ASPIC0/tm +#** category : Rafts +#******** +R22/Reb1/ASPIC0/tm = 0 + +#******** R22/Reb1/ASPIC1/af1 +#** category : Rafts +#******** +R22/Reb1/ASPIC1/af1 = 0 + +#******** R22/Reb1/ASPIC1/clamp +#** category : Rafts +#******** +R22/Reb1/ASPIC1/clamp = 0 + +#******** R22/Reb1/ASPIC1/gain +#** category : Rafts +#******** +R22/Reb1/ASPIC1/gain = 1 + +#******** R22/Reb1/ASPIC1/rc +#** category : Rafts +#******** +R22/Reb1/ASPIC1/rc = 15 + +#******** R22/Reb1/ASPIC1/tm +#** category : Rafts +#******** +R22/Reb1/ASPIC1/tm = 0 + +#******** R22/Reb1/ASPIC2/af1 +#** category : Rafts +#******** +R22/Reb1/ASPIC2/af1 = 0 + +#******** R22/Reb1/ASPIC2/clamp +#** category : Rafts +#******** +R22/Reb1/ASPIC2/clamp = 0 + +#******** R22/Reb1/ASPIC2/gain +#** category : Rafts +#******** +R22/Reb1/ASPIC2/gain = 1 + +#******** R22/Reb1/ASPIC2/rc +#** category : Rafts +#******** +R22/Reb1/ASPIC2/rc = 15 + +#******** R22/Reb1/ASPIC2/tm +#** category : Rafts +#******** +R22/Reb1/ASPIC2/tm = 0 + +#******** R22/Reb1/ASPIC3/af1 +#** category : Rafts +#******** +R22/Reb1/ASPIC3/af1 = 0 + +#******** R22/Reb1/ASPIC3/clamp +#** category : Rafts +#******** +R22/Reb1/ASPIC3/clamp = 0 + +#******** R22/Reb1/ASPIC3/gain +#** category : Rafts +#******** +R22/Reb1/ASPIC3/gain = 1 + +#******** R22/Reb1/ASPIC3/rc +#** category : Rafts +#******** +R22/Reb1/ASPIC3/rc = 15 + +#******** R22/Reb1/ASPIC3/tm +#** category : Rafts +#******** +R22/Reb1/ASPIC3/tm = 0 + +#******** R22/Reb1/ASPIC4/af1 +#** category : Rafts +#******** +R22/Reb1/ASPIC4/af1 = 0 + +#******** R22/Reb1/ASPIC4/clamp +#** category : Rafts +#******** +R22/Reb1/ASPIC4/clamp = 0 + +#******** R22/Reb1/ASPIC4/gain +#** category : Rafts +#******** +R22/Reb1/ASPIC4/gain = 1 + +#******** R22/Reb1/ASPIC4/rc +#** category : Rafts +#******** +R22/Reb1/ASPIC4/rc = 15 + +#******** R22/Reb1/ASPIC4/tm +#** category : Rafts +#******** +R22/Reb1/ASPIC4/tm = 0 + +#******** R22/Reb1/ASPIC5/af1 +#** category : Rafts +#******** +R22/Reb1/ASPIC5/af1 = 0 + +#******** R22/Reb1/ASPIC5/clamp +#** category : Rafts +#******** +R22/Reb1/ASPIC5/clamp = 0 + +#******** R22/Reb1/ASPIC5/gain +#** category : Rafts +#******** +R22/Reb1/ASPIC5/gain = 1 + +#******** R22/Reb1/ASPIC5/rc +#** category : Rafts +#******** +R22/Reb1/ASPIC5/rc = 15 + +#******** R22/Reb1/ASPIC5/tm +#** category : Rafts +#******** +R22/Reb1/ASPIC5/tm = 0 + +#******** R22/Reb1/Bias0/csGate +#** category : Rafts +#******** +R22/Reb1/Bias0/csGate = 0 + +#******** R22/Reb1/Bias0/csGateP +#** category : Rafts +#******** +R22/Reb1/Bias0/csGateP = 1.0 + +#******** R22/Reb1/Bias0/gd +#** category : Rafts +#******** +R22/Reb1/Bias0/gd = 0 + +#******** R22/Reb1/Bias0/gdP +#** category : Rafts +#******** +R22/Reb1/Bias0/gdP = 20.0 + +#******** R22/Reb1/Bias0/od +#** category : Rafts +#******** +R22/Reb1/Bias0/od = 0 + +#******** R22/Reb1/Bias0/odP +#** category : Rafts +#******** +R22/Reb1/Bias0/odP = 25.0 + +#******** R22/Reb1/Bias0/og +#** category : Rafts +#******** +R22/Reb1/Bias0/og = 0 + +#******** R22/Reb1/Bias0/ogP +#** category : Rafts +#******** +R22/Reb1/Bias0/ogP = -2.0 + +#******** R22/Reb1/Bias0/ogSh +#** category : Rafts +#******** +R22/Reb1/Bias0/ogSh = 0 + +#******** R22/Reb1/Bias0/rd +#** category : Rafts +#******** +R22/Reb1/Bias0/rd = 0 + +#******** R22/Reb1/Bias0/rdP +#** category : Rafts +#******** +R22/Reb1/Bias0/rdP = 13.0 + +#******** R22/Reb1/Bias1/csGate +#** category : Rafts +#******** +R22/Reb1/Bias1/csGate = 0 + +#******** R22/Reb1/Bias1/csGateP +#** category : Rafts +#******** +R22/Reb1/Bias1/csGateP = 1.0 + +#******** R22/Reb1/Bias1/gd +#** category : Rafts +#******** +R22/Reb1/Bias1/gd = 0 + +#******** R22/Reb1/Bias1/gdP +#** category : Rafts +#******** +R22/Reb1/Bias1/gdP = 20.0 + +#******** R22/Reb1/Bias1/od +#** category : Rafts +#******** +R22/Reb1/Bias1/od = 0 + +#******** R22/Reb1/Bias1/odP +#** category : Rafts +#******** +R22/Reb1/Bias1/odP = 25.0 + +#******** R22/Reb1/Bias1/og +#** category : Rafts +#******** +R22/Reb1/Bias1/og = 0 + +#******** R22/Reb1/Bias1/ogP +#** category : Rafts +#******** +R22/Reb1/Bias1/ogP = -2.0 + +#******** R22/Reb1/Bias1/ogSh +#** category : Rafts +#******** +R22/Reb1/Bias1/ogSh = 0 + +#******** R22/Reb1/Bias1/rd +#** category : Rafts +#******** +R22/Reb1/Bias1/rd = 0 + +#******** R22/Reb1/Bias1/rdP +#** category : Rafts +#******** +R22/Reb1/Bias1/rdP = 13.0 + +#******** R22/Reb1/Bias2/csGate +#** category : Rafts +#******** +R22/Reb1/Bias2/csGate = 0 + +#******** R22/Reb1/Bias2/csGateP +#** category : Rafts +#******** +R22/Reb1/Bias2/csGateP = 1.0 + +#******** R22/Reb1/Bias2/gd +#** category : Rafts +#******** +R22/Reb1/Bias2/gd = 0 + +#******** R22/Reb1/Bias2/gdP +#** category : Rafts +#******** +R22/Reb1/Bias2/gdP = 20.0 + +#******** R22/Reb1/Bias2/od +#** category : Rafts +#******** +R22/Reb1/Bias2/od = 0 + +#******** R22/Reb1/Bias2/odP +#** category : Rafts +#******** +R22/Reb1/Bias2/odP = 25.0 + +#******** R22/Reb1/Bias2/og +#** category : Rafts +#******** +R22/Reb1/Bias2/og = 0 + +#******** R22/Reb1/Bias2/ogP +#** category : Rafts +#******** +R22/Reb1/Bias2/ogP = -2.0 + +#******** R22/Reb1/Bias2/ogSh +#** category : Rafts +#******** +R22/Reb1/Bias2/ogSh = 0 + +#******** R22/Reb1/Bias2/rd +#** category : Rafts +#******** +R22/Reb1/Bias2/rd = 0 + +#******** R22/Reb1/Bias2/rdP +#** category : Rafts +#******** +R22/Reb1/Bias2/rdP = 13.0 + +#******** R22/Reb1/DAC/csGate +#** category : Rafts +#******** +R22/Reb1/DAC/csGate = [1,1,1] + +#******** R22/Reb1/DAC/pclkHigh +#** category : Rafts +#******** +R22/Reb1/DAC/pclkHigh = 0 + +#******** R22/Reb1/DAC/pclkHighP +#** category : Rafts +#******** +R22/Reb1/DAC/pclkHighP = 2.0 + +#******** R22/Reb1/DAC/pclkHighSh +#** category : Rafts +#******** +R22/Reb1/DAC/pclkHighSh = 0 + +#******** R22/Reb1/DAC/pclkLow +#** category : Rafts +#******** +R22/Reb1/DAC/pclkLow = 0 + +#******** R22/Reb1/DAC/pclkLowP +#** category : Rafts +#******** +R22/Reb1/DAC/pclkLowP = -8.0 + +#******** R22/Reb1/DAC/pclkLowSh +#** category : Rafts +#******** +R22/Reb1/DAC/pclkLowSh = 0 + +#******** R22/Reb1/DAC/rgHigh +#** category : Rafts +#******** +R22/Reb1/DAC/rgHigh = 0 + +#******** R22/Reb1/DAC/rgHighP +#** category : Rafts +#******** +R22/Reb1/DAC/rgHighP = 8.0 + +#******** R22/Reb1/DAC/rgHighSh +#** category : Rafts +#******** +R22/Reb1/DAC/rgHighSh = 0 + +#******** R22/Reb1/DAC/rgLow +#** category : Rafts +#******** +R22/Reb1/DAC/rgLow = 0 + +#******** R22/Reb1/DAC/rgLowP +#** category : Rafts +#******** +R22/Reb1/DAC/rgLowP = -2.0 + +#******** R22/Reb1/DAC/rgLowSh +#** category : Rafts +#******** +R22/Reb1/DAC/rgLowSh = 0 + +#******** R22/Reb1/DAC/sclkHigh +#** category : Rafts +#******** +R22/Reb1/DAC/sclkHigh = 0 + +#******** R22/Reb1/DAC/sclkHighP +#** category : Rafts +#******** +R22/Reb1/DAC/sclkHighP = 5.0 + +#******** R22/Reb1/DAC/sclkHighSh +#** category : Rafts +#******** +R22/Reb1/DAC/sclkHighSh = 0 + +#******** R22/Reb1/DAC/sclkLow +#** category : Rafts +#******** +R22/Reb1/DAC/sclkLow = 0 + +#******** R22/Reb1/DAC/sclkLowP +#** category : Rafts +#******** +R22/Reb1/DAC/sclkLowP = -5.0 + +#******** R22/Reb1/DAC/sclkLowSh +#** category : Rafts +#******** R22/Reb1/DAC/sclkLowSh = 0 + +#******** R22/Reb2/serialNum +#** category : Rafts +#******** +R22/Reb2/serialNum = 418261055 + +#******** R22/Reb2/ASPIC0/af1 +#** category : Rafts +#******** +R22/Reb2/ASPIC0/af1 = 0 + +#******** R22/Reb2/ASPIC0/clamp +#** category : Rafts +#******** +R22/Reb2/ASPIC0/clamp = 0 + +#******** R22/Reb2/ASPIC0/gain +#** category : Rafts +#******** +R22/Reb2/ASPIC0/gain = 1 + +#******** R22/Reb2/ASPIC0/rc +#** category : Rafts +#******** +R22/Reb2/ASPIC0/rc = 15 + +#******** R22/Reb2/ASPIC0/tm +#** category : Rafts +#******** +R22/Reb2/ASPIC0/tm = 0 + +#******** R22/Reb2/ASPIC1/af1 +#** category : Rafts +#******** +R22/Reb2/ASPIC1/af1 = 0 + +#******** R22/Reb2/ASPIC1/clamp +#** category : Rafts +#******** +R22/Reb2/ASPIC1/clamp = 0 + +#******** R22/Reb2/ASPIC1/gain +#** category : Rafts +#******** +R22/Reb2/ASPIC1/gain = 1 + +#******** R22/Reb2/ASPIC1/rc +#** category : Rafts +#******** +R22/Reb2/ASPIC1/rc = 15 + +#******** R22/Reb2/ASPIC1/tm +#** category : Rafts +#******** +R22/Reb2/ASPIC1/tm = 0 + +#******** R22/Reb2/ASPIC2/af1 +#** category : Rafts +#******** +R22/Reb2/ASPIC2/af1 = 0 + +#******** R22/Reb2/ASPIC2/clamp +#** category : Rafts +#******** +R22/Reb2/ASPIC2/clamp = 0 + +#******** R22/Reb2/ASPIC2/gain +#** category : Rafts +#******** +R22/Reb2/ASPIC2/gain = 1 + +#******** R22/Reb2/ASPIC2/rc +#** category : Rafts +#******** +R22/Reb2/ASPIC2/rc = 15 + +#******** R22/Reb2/ASPIC2/tm +#** category : Rafts +#******** +R22/Reb2/ASPIC2/tm = 0 + +#******** R22/Reb2/ASPIC3/af1 +#** category : Rafts +#******** +R22/Reb2/ASPIC3/af1 = 0 + +#******** R22/Reb2/ASPIC3/clamp +#** category : Rafts +#******** +R22/Reb2/ASPIC3/clamp = 0 + +#******** R22/Reb2/ASPIC3/gain +#** category : Rafts +#******** +R22/Reb2/ASPIC3/gain = 1 + +#******** R22/Reb2/ASPIC3/rc +#** category : Rafts +#******** +R22/Reb2/ASPIC3/rc = 15 + +#******** R22/Reb2/ASPIC3/tm +#** category : Rafts +#******** +R22/Reb2/ASPIC3/tm = 0 + +#******** R22/Reb2/ASPIC4/af1 +#** category : Rafts +#******** +R22/Reb2/ASPIC4/af1 = 0 + +#******** R22/Reb2/ASPIC4/clamp +#** category : Rafts +#******** +R22/Reb2/ASPIC4/clamp = 0 + +#******** R22/Reb2/ASPIC4/gain +#** category : Rafts +#******** +R22/Reb2/ASPIC4/gain = 1 + +#******** R22/Reb2/ASPIC4/rc +#** category : Rafts +#******** +R22/Reb2/ASPIC4/rc = 15 + +#******** R22/Reb2/ASPIC4/tm +#** category : Rafts +#******** +R22/Reb2/ASPIC4/tm = 0 + +#******** R22/Reb2/ASPIC5/af1 +#** category : Rafts +#******** +R22/Reb2/ASPIC5/af1 = 0 + +#******** R22/Reb2/ASPIC5/clamp +#** category : Rafts +#******** +R22/Reb2/ASPIC5/clamp = 0 + +#******** R22/Reb2/ASPIC5/gain +#** category : Rafts +#******** +R22/Reb2/ASPIC5/gain = 1 + +#******** R22/Reb2/ASPIC5/rc +#** category : Rafts +#******** +R22/Reb2/ASPIC5/rc = 15 + +#******** R22/Reb2/ASPIC5/tm +#** category : Rafts +#******** +R22/Reb2/ASPIC5/tm = 0 + +#******** R22/Reb2/Bias0/csGate +#** category : Rafts +#******** +R22/Reb2/Bias0/csGate = 0 + +#******** R22/Reb2/Bias0/csGateP +#** category : Rafts +#******** +R22/Reb2/Bias0/csGateP = 1.0 + +#******** R22/Reb2/Bias0/gd +#** category : Rafts +#******** +R22/Reb2/Bias0/gd = 0 + +#******** R22/Reb2/Bias0/gdP +#** category : Rafts +#******** +R22/Reb2/Bias0/gdP = 20.0 + +#******** R22/Reb2/Bias0/od +#** category : Rafts +#******** +R22/Reb2/Bias0/od = 0 + +#******** R22/Reb2/Bias0/odP +#** category : Rafts +#******** +R22/Reb2/Bias0/odP = 25.0 + +#******** R22/Reb2/Bias0/og +#** category : Rafts +#******** +R22/Reb2/Bias0/og = 0 + +#******** R22/Reb2/Bias0/ogP +#** category : Rafts +#******** +R22/Reb2/Bias0/ogP = -2.0 + +#******** R22/Reb2/Bias0/ogSh +#** category : Rafts +#******** +R22/Reb2/Bias0/ogSh = 0 + +#******** R22/Reb2/Bias0/rd +#** category : Rafts +#******** +R22/Reb2/Bias0/rd = 0 + +#******** R22/Reb2/Bias0/rdP +#** category : Rafts +#******** +R22/Reb2/Bias0/rdP = 13.0 + +#******** R22/Reb2/Bias1/csGate +#** category : Rafts +#******** +R22/Reb2/Bias1/csGate = 0 + +#******** R22/Reb2/Bias1/csGateP +#** category : Rafts +#******** +R22/Reb2/Bias1/csGateP = 1.0 + +#******** R22/Reb2/Bias1/gd +#** category : Rafts +#******** +R22/Reb2/Bias1/gd = 0 + +#******** R22/Reb2/Bias1/gdP +#** category : Rafts +#******** +R22/Reb2/Bias1/gdP = 20.0 + +#******** R22/Reb2/Bias1/od +#** category : Rafts +#******** +R22/Reb2/Bias1/od = 0 + +#******** R22/Reb2/Bias1/odP +#** category : Rafts +#******** +R22/Reb2/Bias1/odP = 25.0 + +#******** R22/Reb2/Bias1/og +#** category : Rafts +#******** +R22/Reb2/Bias1/og = 0 + +#******** R22/Reb2/Bias1/ogP +#** category : Rafts +#******** +R22/Reb2/Bias1/ogP = -2.0 + +#******** R22/Reb2/Bias1/ogSh +#** category : Rafts +#******** +R22/Reb2/Bias1/ogSh = 0 + +#******** R22/Reb2/Bias1/rd +#** category : Rafts +#******** +R22/Reb2/Bias1/rd = 0 + +#******** R22/Reb2/Bias1/rdP +#** category : Rafts +#******** +R22/Reb2/Bias1/rdP = 13.0 + +#******** R22/Reb2/Bias2/csGate +#** category : Rafts +#******** +R22/Reb2/Bias2/csGate = 0 + +#******** R22/Reb2/Bias2/csGateP +#** category : Rafts +#******** +R22/Reb2/Bias2/csGateP = 1.0 + +#******** R22/Reb2/Bias2/gd +#** category : Rafts +#******** +R22/Reb2/Bias2/gd = 0 + +#******** R22/Reb2/Bias2/gdP +#** category : Rafts +#******** +R22/Reb2/Bias2/gdP = 20.0 + +#******** R22/Reb2/Bias2/od +#** category : Rafts +#******** +R22/Reb2/Bias2/od = 0 + +#******** R22/Reb2/Bias2/odP +#** category : Rafts +#******** +R22/Reb2/Bias2/odP = 25.0 + +#******** R22/Reb2/Bias2/og +#** category : Rafts +#******** +R22/Reb2/Bias2/og = 0 + +#******** R22/Reb2/Bias2/ogP +#** category : Rafts +#******** +R22/Reb2/Bias2/ogP = -2.0 + +#******** R22/Reb2/Bias2/ogSh +#** category : Rafts +#******** +R22/Reb2/Bias2/ogSh = 0 + +#******** R22/Reb2/Bias2/rd +#** category : Rafts +#******** +R22/Reb2/Bias2/rd = 0 + +#******** R22/Reb2/Bias2/rdP +#** category : Rafts +#******** +R22/Reb2/Bias2/rdP = 13.0 + +#******** R22/Reb2/DAC/csGate +#** category : Rafts +#******** +R22/Reb2/DAC/csGate = [1,1,1] + +#******** R22/Reb2/DAC/pclkHigh +#** category : Rafts +#******** +R22/Reb2/DAC/pclkHigh = 0 + +#******** R22/Reb2/DAC/pclkHighP +#** category : Rafts +#******** +R22/Reb2/DAC/pclkHighP = 2.0 + +#******** R22/Reb2/DAC/pclkHighSh +#** category : Rafts +#******** +R22/Reb2/DAC/pclkHighSh = 0 + +#******** R22/Reb2/DAC/pclkLow +#** category : Rafts +#******** +R22/Reb2/DAC/pclkLow = 0 + +#******** R22/Reb2/DAC/pclkLowP +#** category : Rafts +#******** +R22/Reb2/DAC/pclkLowP = -8.0 + +#******** R22/Reb2/DAC/pclkLowSh +#** category : Rafts +#******** +R22/Reb2/DAC/pclkLowSh = 0 + +#******** R22/Reb2/DAC/rgHigh +#** category : Rafts +#******** +R22/Reb2/DAC/rgHigh = 0 + +#******** R22/Reb2/DAC/rgHighP +#** category : Rafts +#******** +R22/Reb2/DAC/rgHighP = 8.0 + +#******** R22/Reb2/DAC/rgHighSh +#** category : Rafts +#******** +R22/Reb2/DAC/rgHighSh = 0 + +#******** R22/Reb2/DAC/rgLow +#** category : Rafts +#******** +R22/Reb2/DAC/rgLow = 0 + +#******** R22/Reb2/DAC/rgLowP +#** category : Rafts +#******** +R22/Reb2/DAC/rgLowP = -2.0 + +#******** R22/Reb2/DAC/rgLowSh +#** category : Rafts +#******** +R22/Reb2/DAC/rgLowSh = 0 + +#******** R22/Reb2/DAC/sclkHigh +#** category : Rafts +#******** +R22/Reb2/DAC/sclkHigh = 0 + +#******** R22/Reb2/DAC/sclkHighP +#** category : Rafts +#******** +R22/Reb2/DAC/sclkHighP = 5.0 + +#******** R22/Reb2/DAC/sclkHighSh +#** category : Rafts +#******** +R22/Reb2/DAC/sclkHighSh = 0 + +#******** R22/Reb2/DAC/sclkLow +#** category : Rafts +#******** +R22/Reb2/DAC/sclkLow = 0 + +#******** R22/Reb2/DAC/sclkLowP +#** category : Rafts +#******** +R22/Reb2/DAC/sclkLowP = -5.0 + +#******** R22/Reb2/DAC/sclkLowSh +#** category : Rafts +#******** R22/Reb2/DAC/sclkLowSh = 0 + diff --git a/IR2/lsst-dc06/comcam-fp__RaftsLimits.properties b/IR2/lsst-dc06/comcam-fp__RaftsLimits.properties index c3fbf99..d7d3c40 100644 --- a/IR2/lsst-dc06/comcam-fp__RaftsLimits.properties +++ b/IR2/lsst-dc06/comcam-fp__RaftsLimits.properties @@ -1,108 +1,540 @@ +#******** R22/Reb0/Bias0/gdMax +#** category : RaftsLimits +#******** R22/Reb0/Bias0/gdMax = 22.0 -R22/Reb1/Bias0/gdMax = 22.0 -R22/Reb2/Bias0/gdMax = 22.0 + +#******** R22/Reb0/Bias0/gdMin +#** category : RaftsLimits +#******** R22/Reb0/Bias0/gdMin = 18.0 -R22/Reb1/Bias0/gdMin = 18.0 -R22/Reb2/Bias0/gdMin = 18.0 + +#******** R22/Reb0/Bias0/odMax +#** category : RaftsLimits +#******** R22/Reb0/Bias0/odMax = 28.0 -R22/Reb1/Bias0/odMax = 28.0 -R22/Reb2/Bias0/odMax = 28.0 + +#******** R22/Reb0/Bias0/odMin +#** category : RaftsLimits +#******** R22/Reb0/Bias0/odMin = 22.0 -R22/Reb1/Bias0/odMin = 22.0 -R22/Reb2/Bias0/odMin = 22.0 + +#******** R22/Reb0/Bias0/ogMax +#** category : RaftsLimits +#******** R22/Reb0/Bias0/ogMax = 2.0 -R22/Reb1/Bias0/ogMax = 2.0 -R22/Reb2/Bias0/ogMax = 2.0 + +#******** R22/Reb0/Bias0/ogMin +#** category : RaftsLimits +#******** R22/Reb0/Bias0/ogMin = -2.0 -R22/Reb1/Bias0/ogMin = -2.0 -R22/Reb2/Bias0/ogMin = -2.0 + +#******** R22/Reb0/Bias0/rdMax +#** category : RaftsLimits +#******** R22/Reb0/Bias0/rdMax = 15.0 -R22/Reb1/Bias0/rdMax = 15.0 -R22/Reb2/Bias0/rdMax = 15.0 + +#******** R22/Reb0/Bias0/rdMin +#** category : RaftsLimits +#******** R22/Reb0/Bias0/rdMin = 11.0 -R22/Reb1/Bias0/rdMin = 11.0 -R22/Reb2/Bias0/rdMin = 11.0 + +#******** R22/Reb0/Bias1/gdMax +#** category : RaftsLimits +#******** R22/Reb0/Bias1/gdMax = 22.0 -R22/Reb1/Bias1/gdMax = 22.0 -R22/Reb2/Bias1/gdMax = 22.0 + +#******** R22/Reb0/Bias1/gdMin +#** category : RaftsLimits +#******** R22/Reb0/Bias1/gdMin = 18.0 -R22/Reb1/Bias1/gdMin = 18.0 -R22/Reb2/Bias1/gdMin = 18.0 + +#******** R22/Reb0/Bias1/odMax +#** category : RaftsLimits +#******** R22/Reb0/Bias1/odMax = 28.0 -R22/Reb1/Bias1/odMax = 28.0 -R22/Reb2/Bias1/odMax = 28.0 + +#******** R22/Reb0/Bias1/odMin +#** category : RaftsLimits +#******** R22/Reb0/Bias1/odMin = 22.0 -R22/Reb1/Bias1/odMin = 22.0 -R22/Reb2/Bias1/odMin = 22.0 + +#******** R22/Reb0/Bias1/ogMax +#** category : RaftsLimits +#******** R22/Reb0/Bias1/ogMax = 2.0 -R22/Reb1/Bias1/ogMax = 2.0 -R22/Reb2/Bias1/ogMax = 2.0 + +#******** R22/Reb0/Bias1/ogMin +#** category : RaftsLimits +#******** R22/Reb0/Bias1/ogMin = -2.0 -R22/Reb1/Bias1/ogMin = -2.0 -R22/Reb2/Bias1/ogMin = -2.0 + +#******** R22/Reb0/Bias1/rdMax +#** category : RaftsLimits +#******** R22/Reb0/Bias1/rdMax = 15.0 -R22/Reb1/Bias1/rdMax = 15.0 -R22/Reb2/Bias1/rdMax = 15.0 + +#******** R22/Reb0/Bias1/rdMin +#** category : RaftsLimits +#******** R22/Reb0/Bias1/rdMin = 11.0 -R22/Reb1/Bias1/rdMin = 11.0 -R22/Reb2/Bias1/rdMin = 11.0 + +#******** R22/Reb0/Bias2/gdMax +#** category : RaftsLimits +#******** R22/Reb0/Bias2/gdMax = 22.0 -R22/Reb1/Bias2/gdMax = 22.0 -R22/Reb2/Bias2/gdMax = 22.0 + +#******** R22/Reb0/Bias2/gdMin +#** category : RaftsLimits +#******** R22/Reb0/Bias2/gdMin = 18.0 -R22/Reb1/Bias2/gdMin = 18.0 -R22/Reb2/Bias2/gdMin = 18.0 + +#******** R22/Reb0/Bias2/odMax +#** category : RaftsLimits +#******** R22/Reb0/Bias2/odMax = 28.0 -R22/Reb1/Bias2/odMax = 28.0 -R22/Reb2/Bias2/odMax = 28.0 + +#******** R22/Reb0/Bias2/odMin +#** category : RaftsLimits +#******** R22/Reb0/Bias2/odMin = 22.0 -R22/Reb1/Bias2/odMin = 22.0 -R22/Reb2/Bias2/odMin = 22.0 + +#******** R22/Reb0/Bias2/ogMax +#** category : RaftsLimits +#******** R22/Reb0/Bias2/ogMax = 2.0 -R22/Reb1/Bias2/ogMax = 2.0 -R22/Reb2/Bias2/ogMax = 2.0 + +#******** R22/Reb0/Bias2/ogMin +#** category : RaftsLimits +#******** R22/Reb0/Bias2/ogMin = -2.0 -R22/Reb1/Bias2/ogMin = -2.0 -R22/Reb2/Bias2/ogMin = -2.0 + +#******** R22/Reb0/Bias2/rdMax +#** category : RaftsLimits +#******** R22/Reb0/Bias2/rdMax = 15.0 -R22/Reb1/Bias2/rdMax = 15.0 -R22/Reb2/Bias2/rdMax = 15.0 + +#******** R22/Reb0/Bias2/rdMin +#** category : RaftsLimits +#******** R22/Reb0/Bias2/rdMin = 11.0 -R22/Reb1/Bias2/rdMin = 11.0 -R22/Reb2/Bias2/rdMin = 11.0 + +#******** R22/Reb0/DAC/pclkHighMax +#** category : RaftsLimits +#******** R22/Reb0/DAC/pclkHighMax = 4.0 -R22/Reb1/DAC/pclkHighMax = 4.0 -R22/Reb2/DAC/pclkHighMax = 4.0 + +#******** R22/Reb0/DAC/pclkHighMin +#** category : RaftsLimits +#******** R22/Reb0/DAC/pclkHighMin = 1.0 -R22/Reb1/DAC/pclkHighMin = 1.0 -R22/Reb2/DAC/pclkHighMin = 1.0 + +#******** R22/Reb0/DAC/pclkLowMax +#** category : RaftsLimits +#******** R22/Reb0/DAC/pclkLowMax = -6.0 -R22/Reb1/DAC/pclkLowMax = -6.0 -R22/Reb2/DAC/pclkLowMax = -6.0 + +#******** R22/Reb0/DAC/pclkLowMin +#** category : RaftsLimits +#******** R22/Reb0/DAC/pclkLowMin = -10.0 -R22/Reb1/DAC/pclkLowMin = -10.0 -R22/Reb2/DAC/pclkLowMin = -10.0 + +#******** R22/Reb0/DAC/rgHighMax +#** category : RaftsLimits +#******** R22/Reb0/DAC/rgHighMax = 10.0 -R22/Reb1/DAC/rgHighMax = 10.0 -R22/Reb2/DAC/rgHighMax = 10.0 + +#******** R22/Reb0/DAC/rgHighMin +#** category : RaftsLimits +#******** R22/Reb0/DAC/rgHighMin = 6.0 -R22/Reb1/DAC/rgHighMin = 6.0 -R22/Reb2/DAC/rgHighMin = 6.0 + +#******** R22/Reb0/DAC/rgLowMax +#** category : RaftsLimits +#******** R22/Reb0/DAC/rgLowMax = -0.5 -R22/Reb1/DAC/rgLowMax = -0.5 -R22/Reb2/DAC/rgLowMax = -0.5 + +#******** R22/Reb0/DAC/rgLowMin +#** category : RaftsLimits +#******** R22/Reb0/DAC/rgLowMin = -3.0 -R22/Reb1/DAC/rgLowMin = -3.0 -R22/Reb2/DAC/rgLowMin = -3.0 + +#******** R22/Reb0/DAC/sclkHighMax +#** category : RaftsLimits +#******** R22/Reb0/DAC/sclkHighMax = 7.0 -R22/Reb1/DAC/sclkHighMax = 7.0 -R22/Reb2/DAC/sclkHighMax = 7.0 + +#******** R22/Reb0/DAC/sclkHighMin +#** category : RaftsLimits +#******** R22/Reb0/DAC/sclkHighMin = 3.0 -R22/Reb1/DAC/sclkHighMin = 3.0 -R22/Reb2/DAC/sclkHighMin = 3.0 + +#******** R22/Reb0/DAC/sclkLowMax +#** category : RaftsLimits +#******** R22/Reb0/DAC/sclkLowMax = -3.0 -R22/Reb1/DAC/sclkLowMax = -3.0 -R22/Reb2/DAC/sclkLowMax = -3.0 + +#******** R22/Reb0/DAC/sclkLowMin +#** category : RaftsLimits +#******** R22/Reb0/DAC/sclkLowMin = -7.0 + +#******** R22/Reb1/Bias0/gdMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias0/gdMax = 22.0 + +#******** R22/Reb1/Bias0/gdMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias0/gdMin = 18.0 + +#******** R22/Reb1/Bias0/odMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias0/odMax = 28.0 + +#******** R22/Reb1/Bias0/odMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias0/odMin = 22.0 + +#******** R22/Reb1/Bias0/ogMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias0/ogMax = 2.0 + +#******** R22/Reb1/Bias0/ogMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias0/ogMin = -2.0 + +#******** R22/Reb1/Bias0/rdMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias0/rdMax = 15.0 + +#******** R22/Reb1/Bias0/rdMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias0/rdMin = 11.0 + +#******** R22/Reb1/Bias1/gdMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias1/gdMax = 22.0 + +#******** R22/Reb1/Bias1/gdMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias1/gdMin = 18.0 + +#******** R22/Reb1/Bias1/odMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias1/odMax = 28.0 + +#******** R22/Reb1/Bias1/odMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias1/odMin = 22.0 + +#******** R22/Reb1/Bias1/ogMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias1/ogMax = 2.0 + +#******** R22/Reb1/Bias1/ogMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias1/ogMin = -2.0 + +#******** R22/Reb1/Bias1/rdMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias1/rdMax = 15.0 + +#******** R22/Reb1/Bias1/rdMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias1/rdMin = 11.0 + +#******** R22/Reb1/Bias2/gdMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias2/gdMax = 22.0 + +#******** R22/Reb1/Bias2/gdMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias2/gdMin = 18.0 + +#******** R22/Reb1/Bias2/odMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias2/odMax = 28.0 + +#******** R22/Reb1/Bias2/odMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias2/odMin = 22.0 + +#******** R22/Reb1/Bias2/ogMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias2/ogMax = 2.0 + +#******** R22/Reb1/Bias2/ogMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias2/ogMin = -2.0 + +#******** R22/Reb1/Bias2/rdMax +#** category : RaftsLimits +#******** +R22/Reb1/Bias2/rdMax = 15.0 + +#******** R22/Reb1/Bias2/rdMin +#** category : RaftsLimits +#******** +R22/Reb1/Bias2/rdMin = 11.0 + +#******** R22/Reb1/DAC/pclkHighMax +#** category : RaftsLimits +#******** +R22/Reb1/DAC/pclkHighMax = 4.0 + +#******** R22/Reb1/DAC/pclkHighMin +#** category : RaftsLimits +#******** +R22/Reb1/DAC/pclkHighMin = 1.0 + +#******** R22/Reb1/DAC/pclkLowMax +#** category : RaftsLimits +#******** +R22/Reb1/DAC/pclkLowMax = -6.0 + +#******** R22/Reb1/DAC/pclkLowMin +#** category : RaftsLimits +#******** +R22/Reb1/DAC/pclkLowMin = -10.0 + +#******** R22/Reb1/DAC/rgHighMax +#** category : RaftsLimits +#******** +R22/Reb1/DAC/rgHighMax = 10.0 + +#******** R22/Reb1/DAC/rgHighMin +#** category : RaftsLimits +#******** +R22/Reb1/DAC/rgHighMin = 6.0 + +#******** R22/Reb1/DAC/rgLowMax +#** category : RaftsLimits +#******** +R22/Reb1/DAC/rgLowMax = -0.5 + +#******** R22/Reb1/DAC/rgLowMin +#** category : RaftsLimits +#******** +R22/Reb1/DAC/rgLowMin = -3.0 + +#******** R22/Reb1/DAC/sclkHighMax +#** category : RaftsLimits +#******** +R22/Reb1/DAC/sclkHighMax = 7.0 + +#******** R22/Reb1/DAC/sclkHighMin +#** category : RaftsLimits +#******** +R22/Reb1/DAC/sclkHighMin = 3.0 + +#******** R22/Reb1/DAC/sclkLowMax +#** category : RaftsLimits +#******** +R22/Reb1/DAC/sclkLowMax = -3.0 + +#******** R22/Reb1/DAC/sclkLowMin +#** category : RaftsLimits +#******** R22/Reb1/DAC/sclkLowMin = -7.0 + +#******** R22/Reb2/Bias0/gdMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias0/gdMax = 22.0 + +#******** R22/Reb2/Bias0/gdMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias0/gdMin = 18.0 + +#******** R22/Reb2/Bias0/odMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias0/odMax = 28.0 + +#******** R22/Reb2/Bias0/odMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias0/odMin = 22.0 + +#******** R22/Reb2/Bias0/ogMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias0/ogMax = 2.0 + +#******** R22/Reb2/Bias0/ogMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias0/ogMin = -2.0 + +#******** R22/Reb2/Bias0/rdMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias0/rdMax = 15.0 + +#******** R22/Reb2/Bias0/rdMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias0/rdMin = 11.0 + +#******** R22/Reb2/Bias1/gdMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias1/gdMax = 22.0 + +#******** R22/Reb2/Bias1/gdMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias1/gdMin = 18.0 + +#******** R22/Reb2/Bias1/odMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias1/odMax = 28.0 + +#******** R22/Reb2/Bias1/odMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias1/odMin = 22.0 + +#******** R22/Reb2/Bias1/ogMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias1/ogMax = 2.0 + +#******** R22/Reb2/Bias1/ogMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias1/ogMin = -2.0 + +#******** R22/Reb2/Bias1/rdMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias1/rdMax = 15.0 + +#******** R22/Reb2/Bias1/rdMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias1/rdMin = 11.0 + +#******** R22/Reb2/Bias2/gdMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias2/gdMax = 22.0 + +#******** R22/Reb2/Bias2/gdMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias2/gdMin = 18.0 + +#******** R22/Reb2/Bias2/odMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias2/odMax = 28.0 + +#******** R22/Reb2/Bias2/odMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias2/odMin = 22.0 + +#******** R22/Reb2/Bias2/ogMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias2/ogMax = 2.0 + +#******** R22/Reb2/Bias2/ogMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias2/ogMin = -2.0 + +#******** R22/Reb2/Bias2/rdMax +#** category : RaftsLimits +#******** +R22/Reb2/Bias2/rdMax = 15.0 + +#******** R22/Reb2/Bias2/rdMin +#** category : RaftsLimits +#******** +R22/Reb2/Bias2/rdMin = 11.0 + +#******** R22/Reb2/DAC/pclkHighMax +#** category : RaftsLimits +#******** +R22/Reb2/DAC/pclkHighMax = 4.0 + +#******** R22/Reb2/DAC/pclkHighMin +#** category : RaftsLimits +#******** +R22/Reb2/DAC/pclkHighMin = 1.0 + +#******** R22/Reb2/DAC/pclkLowMax +#** category : RaftsLimits +#******** +R22/Reb2/DAC/pclkLowMax = -6.0 + +#******** R22/Reb2/DAC/pclkLowMin +#** category : RaftsLimits +#******** +R22/Reb2/DAC/pclkLowMin = -10.0 + +#******** R22/Reb2/DAC/rgHighMax +#** category : RaftsLimits +#******** +R22/Reb2/DAC/rgHighMax = 10.0 + +#******** R22/Reb2/DAC/rgHighMin +#** category : RaftsLimits +#******** +R22/Reb2/DAC/rgHighMin = 6.0 + +#******** R22/Reb2/DAC/rgLowMax +#** category : RaftsLimits +#******** +R22/Reb2/DAC/rgLowMax = -0.5 + +#******** R22/Reb2/DAC/rgLowMin +#** category : RaftsLimits +#******** +R22/Reb2/DAC/rgLowMin = -3.0 + +#******** R22/Reb2/DAC/sclkHighMax +#** category : RaftsLimits +#******** +R22/Reb2/DAC/sclkHighMax = 7.0 + +#******** R22/Reb2/DAC/sclkHighMin +#** category : RaftsLimits +#******** +R22/Reb2/DAC/sclkHighMin = 3.0 + +#******** R22/Reb2/DAC/sclkLowMax +#** category : RaftsLimits +#******** +R22/Reb2/DAC/sclkLowMax = -3.0 + +#******** R22/Reb2/DAC/sclkLowMin +#** category : RaftsLimits +#******** R22/Reb2/DAC/sclkLowMin = -7.0 + diff --git a/IR2/lsst-dc06/comcam-fp__RaftsPower.properties b/IR2/lsst-dc06/comcam-fp__RaftsPower.properties index 1980f85..a858804 100644 --- a/IR2/lsst-dc06/comcam-fp__RaftsPower.properties +++ b/IR2/lsst-dc06/comcam-fp__RaftsPower.properties @@ -1,3 +1,33 @@ +#******** R22/Reb0/clkhiAmin +#** category : RaftsPower +#******** +R22/Reb0/clkhiAmin = 2.0 + +#******** R22/Reb0/clkhiQmax +#** category : RaftsPower +#******** +R22/Reb0/clkhiQmax = 1.2 + +#******** R22/Reb0/clkliAmin +#** category : RaftsPower +#******** +R22/Reb0/clkliAmin = 2.0 + +#******** R22/Reb0/clkliQmax +#** category : RaftsPower +#******** +R22/Reb0/clkliQmax = 1.2 + +#******** R22/Reb0/odiAmin +#** category : RaftsPower +#******** +R22/Reb0/odiAmin = 0.02 + +#******** R22/Reb0/odiQmax +#** category : RaftsPower +#******** +R22/Reb0/odiQmax = 0.005 + #******** R22/Reb0/Bias0/gdOff #** category : RaftsPower #******** @@ -38,6 +68,11 @@ R22/Reb0/Bias0/odOff = 0.0 #******** R22/Reb0/Bias0/odTol = 0.33 +#******** R22/Reb0/Bias0/odZeroErr +#** category : RaftsPower +#******** +R22/Reb0/Bias0/odZeroErr = 0.2 + #******** R22/Reb0/Bias0/ogOff #** category : RaftsPower #******** @@ -128,6 +163,11 @@ R22/Reb0/Bias1/odOff = 0.0 #******** R22/Reb0/Bias1/odTol = 0.33 +#******** R22/Reb0/Bias1/odZeroErr +#** category : RaftsPower +#******** +R22/Reb0/Bias1/odZeroErr = 0.2 + #******** R22/Reb0/Bias1/ogOff #** category : RaftsPower #******** @@ -218,6 +258,11 @@ R22/Reb0/Bias2/odOff = 0.0 #******** R22/Reb0/Bias2/odTol = 0.33 +#******** R22/Reb0/Bias2/odZeroErr +#** category : RaftsPower +#******** +R22/Reb0/Bias2/odZeroErr = 0.2 + #******** R22/Reb0/Bias2/ogOff #** category : RaftsPower #******** @@ -296,12 +341,12 @@ R22/Reb0/DAC/pclkHighTol = 0.4 #******** R22/Reb0/DAC/pclkHighValueErr #** category : RaftsPower #******** -R22/Reb0/DAC/pclkHighValueErr = 0.2 +R22/Reb0/DAC/pclkHighValueErr = 0.3 #******** R22/Reb0/DAC/pclkHighZeroErr #** category : RaftsPower #******** -R22/Reb0/DAC/pclkHighZeroErr = 0.2 +R22/Reb0/DAC/pclkHighZeroErr = 0.63 #******** R22/Reb0/DAC/pclkLowOff #** category : RaftsPower @@ -346,12 +391,12 @@ R22/Reb0/DAC/rgHighTol = 0.4 #******** R22/Reb0/DAC/rgHighValueErr #** category : RaftsPower #******** -R22/Reb0/DAC/rgHighValueErr = 0.2 +R22/Reb0/DAC/rgHighValueErr = 0.3 #******** R22/Reb0/DAC/rgHighZeroErr #** category : RaftsPower #******** -R22/Reb0/DAC/rgHighZeroErr = 0.2 +R22/Reb0/DAC/rgHighZeroErr = 0.63 #******** R22/Reb0/DAC/rgLowOff #** category : RaftsPower @@ -396,12 +441,12 @@ R22/Reb0/DAC/sclkHighTol = 0.4 #******** R22/Reb0/DAC/sclkHighValueErr #** category : RaftsPower #******** -R22/Reb0/DAC/sclkHighValueErr = 0.2 +R22/Reb0/DAC/sclkHighValueErr = 0.3 #******** R22/Reb0/DAC/sclkHighZeroErr #** category : RaftsPower #******** -R22/Reb0/DAC/sclkHighZeroErr = 0.2 +R22/Reb0/DAC/sclkHighZeroErr = 0.63 #******** R22/Reb0/DAC/sclkLowOff #** category : RaftsPower @@ -428,6 +473,36 @@ R22/Reb0/DAC/sclkLowValueErr = 0.2 #******** R22/Reb0/DAC/sclkLowZeroErr = 0.2 +#******** R22/Reb1/clkhiAmin +#** category : RaftsPower +#******** +R22/Reb1/clkhiAmin = 2.0 + +#******** R22/Reb1/clkhiQmax +#** category : RaftsPower +#******** +R22/Reb1/clkhiQmax = 1.2 + +#******** R22/Reb1/clkliAmin +#** category : RaftsPower +#******** +R22/Reb1/clkliAmin = 2.0 + +#******** R22/Reb1/clkliQmax +#** category : RaftsPower +#******** +R22/Reb1/clkliQmax = 1.2 + +#******** R22/Reb1/odiAmin +#** category : RaftsPower +#******** +R22/Reb1/odiAmin = 0.02 + +#******** R22/Reb1/odiQmax +#** category : RaftsPower +#******** +R22/Reb1/odiQmax = 0.005 + #******** R22/Reb1/Bias0/gdOff #** category : RaftsPower #******** @@ -468,6 +543,11 @@ R22/Reb1/Bias0/odOff = 0.0 #******** R22/Reb1/Bias0/odTol = 0.33 +#******** R22/Reb1/Bias0/odZeroErr +#** category : RaftsPower +#******** +R22/Reb1/Bias0/odZeroErr = 0.2 + #******** R22/Reb1/Bias0/ogOff #** category : RaftsPower #******** @@ -558,6 +638,11 @@ R22/Reb1/Bias1/odOff = 0.0 #******** R22/Reb1/Bias1/odTol = 0.33 +#******** R22/Reb1/Bias1/odZeroErr +#** category : RaftsPower +#******** +R22/Reb1/Bias1/odZeroErr = 0.2 + #******** R22/Reb1/Bias1/ogOff #** category : RaftsPower #******** @@ -648,6 +733,11 @@ R22/Reb1/Bias2/odOff = 0.0 #******** R22/Reb1/Bias2/odTol = 0.33 +#******** R22/Reb1/Bias2/odZeroErr +#** category : RaftsPower +#******** +R22/Reb1/Bias2/odZeroErr = 0.2 + #******** R22/Reb1/Bias2/ogOff #** category : RaftsPower #******** @@ -781,7 +871,7 @@ R22/Reb1/DAC/rgHighValueErr = 0.2 #******** R22/Reb1/DAC/rgHighZeroErr #** category : RaftsPower #******** -R22/Reb1/DAC/rgHighZeroErr = 0.2 +R22/Reb1/DAC/rgHighZeroErr = 0.63 #******** R22/Reb1/DAC/rgLowOff #** category : RaftsPower @@ -826,12 +916,12 @@ R22/Reb1/DAC/sclkHighTol = 0.4 #******** R22/Reb1/DAC/sclkHighValueErr #** category : RaftsPower #******** -R22/Reb1/DAC/sclkHighValueErr = 0.2 +R22/Reb1/DAC/sclkHighValueErr = 0.3 #******** R22/Reb1/DAC/sclkHighZeroErr #** category : RaftsPower #******** -R22/Reb1/DAC/sclkHighZeroErr = 0.2 +R22/Reb1/DAC/sclkHighZeroErr = 0.63 #******** R22/Reb1/DAC/sclkLowOff #** category : RaftsPower @@ -858,6 +948,36 @@ R22/Reb1/DAC/sclkLowValueErr = 0.2 #******** R22/Reb1/DAC/sclkLowZeroErr = 0.2 +#******** R22/Reb2/clkhiAmin +#** category : RaftsPower +#******** +R22/Reb2/clkhiAmin = 2.0 + +#******** R22/Reb2/clkhiQmax +#** category : RaftsPower +#******** +R22/Reb2/clkhiQmax = 1.2 + +#******** R22/Reb2/clkliAmin +#** category : RaftsPower +#******** +R22/Reb2/clkliAmin = 2.0 + +#******** R22/Reb2/clkliQmax +#** category : RaftsPower +#******** +R22/Reb2/clkliQmax = 1.2 + +#******** R22/Reb2/odiAmin +#** category : RaftsPower +#******** +R22/Reb2/odiAmin = 0.02 + +#******** R22/Reb2/odiQmax +#** category : RaftsPower +#******** +R22/Reb2/odiQmax = 0.005 + #******** R22/Reb2/Bias0/gdOff #** category : RaftsPower #******** @@ -898,6 +1018,11 @@ R22/Reb2/Bias0/odOff = 0.0 #******** R22/Reb2/Bias0/odTol = 0.33 +#******** R22/Reb2/Bias0/odZeroErr +#** category : RaftsPower +#******** +R22/Reb2/Bias0/odZeroErr = 0.2 + #******** R22/Reb2/Bias0/ogOff #** category : RaftsPower #******** @@ -988,6 +1113,11 @@ R22/Reb2/Bias1/odOff = 0.0 #******** R22/Reb2/Bias1/odTol = 0.33 +#******** R22/Reb2/Bias1/odZeroErr +#** category : RaftsPower +#******** +R22/Reb2/Bias1/odZeroErr = 0.2 + #******** R22/Reb2/Bias1/ogOff #** category : RaftsPower #******** @@ -1078,6 +1208,11 @@ R22/Reb2/Bias2/odOff = 0.0 #******** R22/Reb2/Bias2/odTol = 0.33 +#******** R22/Reb2/Bias2/odZeroErr +#** category : RaftsPower +#******** +R22/Reb2/Bias2/odZeroErr = 0.2 + #******** R22/Reb2/Bias2/ogOff #** category : RaftsPower #******** @@ -1211,7 +1346,7 @@ R22/Reb2/DAC/rgHighValueErr = 0.2 #******** R22/Reb2/DAC/rgHighZeroErr #** category : RaftsPower #******** -R22/Reb2/DAC/rgHighZeroErr = 0.2 +R22/Reb2/DAC/rgHighZeroErr = 0.63 #******** R22/Reb2/DAC/rgLowOff #** category : RaftsPower @@ -1256,12 +1391,12 @@ R22/Reb2/DAC/sclkHighTol = 0.4 #******** R22/Reb2/DAC/sclkHighValueErr #** category : RaftsPower #******** -R22/Reb2/DAC/sclkHighValueErr = 0.2 +R22/Reb2/DAC/sclkHighValueErr = 0.3 #******** R22/Reb2/DAC/sclkHighZeroErr #** category : RaftsPower #******** -R22/Reb2/DAC/sclkHighZeroErr = 0.2 +R22/Reb2/DAC/sclkHighZeroErr = 0.63 #******** R22/Reb2/DAC/sclkLowOff #** category : RaftsPower @@ -1288,12 +1423,3 @@ R22/Reb2/DAC/sclkLowValueErr = 0.2 #******** R22/Reb2/DAC/sclkLowZeroErr = 0.2 -R22/Reb0/Bias0/odZeroErr = 0.2 -R22/Reb0/Bias1/odZeroErr = 0.2 -R22/Reb0/Bias2/odZeroErr = 0.2 -R22/Reb1/Bias0/odZeroErr = 0.2 -R22/Reb1/Bias1/odZeroErr = 0.2 -R22/Reb1/Bias2/odZeroErr = 0.2 -R22/Reb2/Bias0/odZeroErr = 0.2 -R22/Reb2/Bias1/odZeroErr = 0.2 -R22/Reb2/Bias2/odZeroErr = 0.2 diff --git a/IR2/lsst-dc06/comcam-fp__Sequencer.properties b/IR2/lsst-dc06/comcam-fp__Sequencer.properties index 68354bf..a2aebc2 100644 --- a/IR2/lsst-dc06/comcam-fp__Sequencer.properties +++ b/IR2/lsst-dc06/comcam-fp__Sequencer.properties @@ -1 +1,5 @@ -focalPlaneConfig/sequencer = [ITL:FP_ITL_2s_ir2.seq] +#******** focalPlaneConfig/sequencer +#** category : Sequencer +#******** +focalPlaneConfig/sequencer = [ITL:FP_ITL_2s_ir2_v1.seq] + diff --git a/IR2/lsst-dc06/comcam-fp__timers.properties b/IR2/lsst-dc06/comcam-fp__timers.properties index 6ceaffc..78a03ca 100644 --- a/IR2/lsst-dc06/comcam-fp__timers.properties +++ b/IR2/lsst-dc06/comcam-fp__timers.properties @@ -1,7 +1,7 @@ -#******** periodicTasks/agentMonitorSerive/taskPeriodMillis +#******** periodicTasks/agentMonitorService/taskPeriodMillis #** category : timers #******** -periodicTasks/agentMonitorSerive/taskPeriodMillis = 60000 +periodicTasks/agentMonitorService/taskPeriodMillis = 60000 #******** periodicTasks/heartbeat/taskPeriodMillis #** category : timers @@ -28,3 +28,8 @@ periodicTasks/monitor-update/taskPeriodMillis = 2000 #******** periodicTasks/runtimeInfo/taskPeriodMillis = 60000 +#******** periodicTasks/temp-loop-timer/taskPeriodMillis +#** category : timers +#******** +periodicTasks/temp-loop-timer/taskPeriodMillis = 30000 + diff --git a/IR2/lsst-dc06/fp-primary.spec b/IR2/lsst-dc06/fp-primary.spec index 352f439..c40840b 100644 --- a/IR2/lsst-dc06/fp-primary.spec +++ b/IR2/lsst-dc06/fp-primary.spec @@ -7,23 +7,25 @@ DATE Date ${FileCreationTime} Creation Date and Time of File DATE-OBS Date ${ObservationDate} Date of the observation (image acquisition), UTC MJD MJD ${FileCreationTime} Modified Julian Date that the file was written MJD-OBS MJD ${ObservationDate} Modified Julian Date of image acquisition -INSTRUME String LSST_CAMERA Instrument +INSTRUME String COMCAM Instrument +TSTAND String EOCCv0_IR2 Test Stand TELESCOP String LSST Telescope IMAGETAG String ${Tag} DAQ Image id CONTNUM String ${CCDControllerSerial} CCD Controller (REB) Serial Number -SEQFILE String ${SequencerFileName} Sequencer file name -SEQCKSUM String ${SequencerChecksum} Checksum of Sequencer +SEQFILE String ${focal-plane/RAFT/REB/sequencerFile} Sequencer file name +SEQCKSUM String ${focal-plane/RAFT/REB/sequencerChecksum} Checksum of Sequencer +LSST_NUM String ${focal-plane/RAFT/REB/CCD/name} LSST Assigned CCD Number +REBNAME String ${focal-plane/RAFT/REB/name} LSST Assigned Name REB name +RAFTNAME String ${focal-plane/RAFT/name} LSST Assigned Raft name CCD_MANU String ${CCDManufacturer} CCD Manufacturer CCD_TYPE String ${CCDModel} CCD Model Number -CCD_SERN String ${CCDControllerSerial} Manufacturers' CCD Serial Number -LSST_NUM String ${CCDSerialLSST} LSST Assigned CCD Number +#CCD_SERN String ${CCDControllerSerial} Manufacturers CCD Serial Number CCDSLOT String ${CCDSlot} The CCD Slot -REBNAME String ${RebName} Name of the REB IMGTYPE String ${ImageType} BIAS, DARK, \u2026 TESTTYPE String ${TestType} DARK:FLAT:OBS:PPUMP:QE:SFLAT DETSIZE String ${DETSIZE} IRAF detector size TEMP_SET Float ${TemperatureSetPoint} CCD Temperature set point (deg C) -CCDTEMP Float ${MeasuredTemperature} Measured temperature (deg C) +CCDTEMP Float ${focal-plane/RAFT/REB/CCD/Temp} Measured temperature (deg C) EXPTIME Float ${ExposureTime} Exposure Time in Seconds DARKTIME Float ${DarkTime} Dark Time in Seconds (see TSEIA-91) FILENAME String ${OriginalFileName} Original name of the file From bdd2478ba7b95183b7089127c5084c51752fe4cb Mon Sep 17 00:00:00 2001 From: Massimiliano Turri Date: Tue, 28 May 2019 23:45:50 -0700 Subject: [PATCH 2/3] corner raft properties update --- .../CRTM-0002/cr-raft__Rafts.properties | 104 +++++++++++++++++ .../CRTM-0003/cr-raft__Rafts.properties | 104 +++++++++++++++++ .../CRTM-0004/cr-raft__Rafts.properties | 104 +++++++++++++++++ IR2/lsst-ir2daq01/cr-raft__Rafts.properties | 105 +----------------- .../cr-raft__RaftsPower.properties | 4 + 5 files changed, 317 insertions(+), 104 deletions(-) create mode 100644 IR2/lsst-ir2daq01/CRTM-0002/cr-raft__Rafts.properties create mode 100644 IR2/lsst-ir2daq01/CRTM-0003/cr-raft__Rafts.properties create mode 100644 IR2/lsst-ir2daq01/CRTM-0004/cr-raft__Rafts.properties mode change 100644 => 120000 IR2/lsst-ir2daq01/cr-raft__Rafts.properties diff --git a/IR2/lsst-ir2daq01/CRTM-0002/cr-raft__Rafts.properties b/IR2/lsst-ir2daq01/CRTM-0002/cr-raft__Rafts.properties new file mode 100644 index 0000000..9cf834a --- /dev/null +++ b/IR2/lsst-ir2daq01/CRTM-0002/cr-raft__Rafts.properties @@ -0,0 +1,104 @@ +main/ccdType = ITL +GREB/serialNum = 412160871 +WREB/serialNum = 412164444 +GREB.ASPIC0/af1 = 0 +GREB.ASPIC0/clamp = 0 +GREB.ASPIC0/gain = 1 +GREB.ASPIC0/rc = 15 +GREB.ASPIC0/tm = 0 +GREB.ASPIC1/af1 = 0 +GREB.ASPIC1/clamp = 0 +GREB.ASPIC1/gain = 1 +GREB.ASPIC1/rc = 15 +GREB.ASPIC1/tm = 0 +GREB.ASPIC2/af1 = 0 +GREB.ASPIC2/clamp = 0 +GREB.ASPIC2/gain = 1 +GREB.ASPIC2/rc = 15 +GREB.ASPIC2/tm = 0 +GREB.ASPIC3/af1 = 0 +GREB.ASPIC3/clamp = 0 +GREB.ASPIC3/gain = 1 +GREB.ASPIC3/rc = 15 +GREB.ASPIC3/tm = 0 +GREB.Bias0/csGate = 0 +GREB.Bias0/csGateP = 1.0 +GREB.Bias0/gd = 0 +GREB.Bias0/gdP = 20.0 +GREB.Bias0/od = 0 +GREB.Bias0/odP = 25.0 +GREB.Bias0/og = 0 +GREB.Bias0/ogP = -2.0 +GREB.Bias0/ogSh = 0 +GREB.Bias0/rd = 0 +GREB.Bias0/rdP = 13.0 +GREB.Bias1/csGate = 0 +GREB.Bias1/csGateP = 1.0 +GREB.Bias1/gd = 0 +GREB.Bias1/gdP = 20.0 +GREB.Bias1/od = 0 +GREB.Bias1/odP = 25.0 +GREB.Bias1/og = 0 +GREB.Bias1/ogP = -2.0 +GREB.Bias1/ogSh = 0 +GREB.Bias1/rd = 0 +GREB.Bias1/rdP = 13.0 +GREB.DAC/csGate = [1,1,1] +GREB.DAC/pclkHigh = 0 +GREB.DAC/pclkHighP = 2.0 +GREB.DAC/pclkHighSh = 0 +GREB.DAC/pclkLow = 0 +GREB.DAC/pclkLowP = -8.0 +GREB.DAC/pclkLowSh = 0 +GREB.DAC/rgHigh = 0 +GREB.DAC/rgHighP = 8.0 +GREB.DAC/rgHighSh = 0 +GREB.DAC/rgLow = 0 +GREB.DAC/rgLowP = -2.0 +GREB.DAC/rgLowSh = 0 +GREB.DAC/sclkHigh = 0 +GREB.DAC/sclkHighP = 5.0 +GREB.DAC/sclkHighSh = 0 +GREB.DAC/sclkLow = 0 +GREB.DAC/sclkLowP = -5.0 +GREB.DAC/sclkLowSh = 0 +WREB.ASPIC0/af1 = 0 +WREB.ASPIC0/clamp = 0 +WREB.ASPIC0/gain = 1 +WREB.ASPIC0/rc = 15 +WREB.ASPIC0/tm = 0 +WREB.ASPIC1/af1 = 0 +WREB.ASPIC1/clamp = 0 +WREB.ASPIC1/gain = 1 +WREB.ASPIC1/rc = 15 +WREB.ASPIC1/tm = 0 +WREB.Bias0/csGate = 0 +WREB.Bias0/csGateP = 1.0 +WREB.Bias0/gd = 0 +WREB.Bias0/gdP = 20.0 +WREB.Bias0/od = 0 +WREB.Bias0/odP = 25.0 +WREB.Bias0/og = 0 +WREB.Bias0/ogP = -2.0 +WREB.Bias0/ogSh = 0 +WREB.Bias0/rd = 0 +WREB.Bias0/rdP = 13.0 +WREB.DAC/csGate = [1,1,1] +WREB.DAC/pclkHigh = 0 +WREB.DAC/pclkHighP = 2.0 +WREB.DAC/pclkHighSh = 0 +WREB.DAC/pclkLow = 0 +WREB.DAC/pclkLowP = -8.0 +WREB.DAC/pclkLowSh = 0 +WREB.DAC/rgHigh = 0 +WREB.DAC/rgHighP = 8.0 +WREB.DAC/rgHighSh = 0 +WREB.DAC/rgLow = 0 +WREB.DAC/rgLowP = -2.0 +WREB.DAC/rgLowSh = 0 +WREB.DAC/sclkHigh = 0 +WREB.DAC/sclkHighP = 5.0 +WREB.DAC/sclkHighSh = 0 +WREB.DAC/sclkLow = 0 +WREB.DAC/sclkLowP = -5.0 +WREB.DAC/sclkLowSh = 0 diff --git a/IR2/lsst-ir2daq01/CRTM-0003/cr-raft__Rafts.properties b/IR2/lsst-ir2daq01/CRTM-0003/cr-raft__Rafts.properties new file mode 100644 index 0000000..8a243be --- /dev/null +++ b/IR2/lsst-ir2daq01/CRTM-0003/cr-raft__Rafts.properties @@ -0,0 +1,104 @@ +main/ccdType = ITL +GREB/serialNum = 412221164 +WREB/serialNum = 412167045 +GREB.ASPIC0/af1 = 0 +GREB.ASPIC0/clamp = 0 +GREB.ASPIC0/gain = 1 +GREB.ASPIC0/rc = 15 +GREB.ASPIC0/tm = 0 +GREB.ASPIC1/af1 = 0 +GREB.ASPIC1/clamp = 0 +GREB.ASPIC1/gain = 1 +GREB.ASPIC1/rc = 15 +GREB.ASPIC1/tm = 0 +GREB.ASPIC2/af1 = 0 +GREB.ASPIC2/clamp = 0 +GREB.ASPIC2/gain = 1 +GREB.ASPIC2/rc = 15 +GREB.ASPIC2/tm = 0 +GREB.ASPIC3/af1 = 0 +GREB.ASPIC3/clamp = 0 +GREB.ASPIC3/gain = 1 +GREB.ASPIC3/rc = 15 +GREB.ASPIC3/tm = 0 +GREB.Bias0/csGate = 0 +GREB.Bias0/csGateP = 1.0 +GREB.Bias0/gd = 0 +GREB.Bias0/gdP = 20.0 +GREB.Bias0/od = 0 +GREB.Bias0/odP = 25.0 +GREB.Bias0/og = 0 +GREB.Bias0/ogP = -2.0 +GREB.Bias0/ogSh = 0 +GREB.Bias0/rd = 0 +GREB.Bias0/rdP = 13.0 +GREB.Bias1/csGate = 0 +GREB.Bias1/csGateP = 1.0 +GREB.Bias1/gd = 0 +GREB.Bias1/gdP = 20.0 +GREB.Bias1/od = 0 +GREB.Bias1/odP = 25.0 +GREB.Bias1/og = 0 +GREB.Bias1/ogP = -2.0 +GREB.Bias1/ogSh = 0 +GREB.Bias1/rd = 0 +GREB.Bias1/rdP = 13.0 +GREB.DAC/csGate = [1,1,1] +GREB.DAC/pclkHigh = 0 +GREB.DAC/pclkHighP = 2.0 +GREB.DAC/pclkHighSh = 0 +GREB.DAC/pclkLow = 0 +GREB.DAC/pclkLowP = -8.0 +GREB.DAC/pclkLowSh = 0 +GREB.DAC/rgHigh = 0 +GREB.DAC/rgHighP = 8.0 +GREB.DAC/rgHighSh = 0 +GREB.DAC/rgLow = 0 +GREB.DAC/rgLowP = -2.0 +GREB.DAC/rgLowSh = 0 +GREB.DAC/sclkHigh = 0 +GREB.DAC/sclkHighP = 5.0 +GREB.DAC/sclkHighSh = 0 +GREB.DAC/sclkLow = 0 +GREB.DAC/sclkLowP = -5.0 +GREB.DAC/sclkLowSh = 0 +WREB.ASPIC0/af1 = 0 +WREB.ASPIC0/clamp = 0 +WREB.ASPIC0/gain = 1 +WREB.ASPIC0/rc = 15 +WREB.ASPIC0/tm = 0 +WREB.ASPIC1/af1 = 0 +WREB.ASPIC1/clamp = 0 +WREB.ASPIC1/gain = 1 +WREB.ASPIC1/rc = 15 +WREB.ASPIC1/tm = 0 +WREB.Bias0/csGate = 0 +WREB.Bias0/csGateP = 1.0 +WREB.Bias0/gd = 0 +WREB.Bias0/gdP = 20.0 +WREB.Bias0/od = 0 +WREB.Bias0/odP = 25.0 +WREB.Bias0/og = 0 +WREB.Bias0/ogP = -2.0 +WREB.Bias0/ogSh = 0 +WREB.Bias0/rd = 0 +WREB.Bias0/rdP = 13.0 +WREB.DAC/csGate = [1,1,1] +WREB.DAC/pclkHigh = 0 +WREB.DAC/pclkHighP = 2.0 +WREB.DAC/pclkHighSh = 0 +WREB.DAC/pclkLow = 0 +WREB.DAC/pclkLowP = -8.0 +WREB.DAC/pclkLowSh = 0 +WREB.DAC/rgHigh = 0 +WREB.DAC/rgHighP = 8.0 +WREB.DAC/rgHighSh = 0 +WREB.DAC/rgLow = 0 +WREB.DAC/rgLowP = -2.0 +WREB.DAC/rgLowSh = 0 +WREB.DAC/sclkHigh = 0 +WREB.DAC/sclkHighP = 5.0 +WREB.DAC/sclkHighSh = 0 +WREB.DAC/sclkLow = 0 +WREB.DAC/sclkLowP = -5.0 +WREB.DAC/sclkLowSh = 0 diff --git a/IR2/lsst-ir2daq01/CRTM-0004/cr-raft__Rafts.properties b/IR2/lsst-ir2daq01/CRTM-0004/cr-raft__Rafts.properties new file mode 100644 index 0000000..136bf3f --- /dev/null +++ b/IR2/lsst-ir2daq01/CRTM-0004/cr-raft__Rafts.properties @@ -0,0 +1,104 @@ +main/ccdType = ITL +GREB/serialNum = 412165922 +WREB/serialNum = 412222233 +GREB.ASPIC0/af1 = 0 +GREB.ASPIC0/clamp = 0 +GREB.ASPIC0/gain = 1 +GREB.ASPIC0/rc = 15 +GREB.ASPIC0/tm = 0 +GREB.ASPIC1/af1 = 0 +GREB.ASPIC1/clamp = 0 +GREB.ASPIC1/gain = 1 +GREB.ASPIC1/rc = 15 +GREB.ASPIC1/tm = 0 +GREB.ASPIC2/af1 = 0 +GREB.ASPIC2/clamp = 0 +GREB.ASPIC2/gain = 1 +GREB.ASPIC2/rc = 15 +GREB.ASPIC2/tm = 0 +GREB.ASPIC3/af1 = 0 +GREB.ASPIC3/clamp = 0 +GREB.ASPIC3/gain = 1 +GREB.ASPIC3/rc = 15 +GREB.ASPIC3/tm = 0 +GREB.Bias0/csGate = 0 +GREB.Bias0/csGateP = 1.0 +GREB.Bias0/gd = 0 +GREB.Bias0/gdP = 20.0 +GREB.Bias0/od = 0 +GREB.Bias0/odP = 25.0 +GREB.Bias0/og = 0 +GREB.Bias0/ogP = -2.0 +GREB.Bias0/ogSh = 0 +GREB.Bias0/rd = 0 +GREB.Bias0/rdP = 13.0 +GREB.Bias1/csGate = 0 +GREB.Bias1/csGateP = 1.0 +GREB.Bias1/gd = 0 +GREB.Bias1/gdP = 20.0 +GREB.Bias1/od = 0 +GREB.Bias1/odP = 25.0 +GREB.Bias1/og = 0 +GREB.Bias1/ogP = -2.0 +GREB.Bias1/ogSh = 0 +GREB.Bias1/rd = 0 +GREB.Bias1/rdP = 13.0 +GREB.DAC/csGate = [1,1,1] +GREB.DAC/pclkHigh = 0 +GREB.DAC/pclkHighP = 2.0 +GREB.DAC/pclkHighSh = 0 +GREB.DAC/pclkLow = 0 +GREB.DAC/pclkLowP = -8.0 +GREB.DAC/pclkLowSh = 0 +GREB.DAC/rgHigh = 0 +GREB.DAC/rgHighP = 8.0 +GREB.DAC/rgHighSh = 0 +GREB.DAC/rgLow = 0 +GREB.DAC/rgLowP = -2.0 +GREB.DAC/rgLowSh = 0 +GREB.DAC/sclkHigh = 0 +GREB.DAC/sclkHighP = 5.0 +GREB.DAC/sclkHighSh = 0 +GREB.DAC/sclkLow = 0 +GREB.DAC/sclkLowP = -5.0 +GREB.DAC/sclkLowSh = 0 +WREB.ASPIC0/af1 = 0 +WREB.ASPIC0/clamp = 0 +WREB.ASPIC0/gain = 1 +WREB.ASPIC0/rc = 15 +WREB.ASPIC0/tm = 0 +WREB.ASPIC1/af1 = 0 +WREB.ASPIC1/clamp = 0 +WREB.ASPIC1/gain = 1 +WREB.ASPIC1/rc = 15 +WREB.ASPIC1/tm = 0 +WREB.Bias0/csGate = 0 +WREB.Bias0/csGateP = 1.0 +WREB.Bias0/gd = 0 +WREB.Bias0/gdP = 20.0 +WREB.Bias0/od = 0 +WREB.Bias0/odP = 25.0 +WREB.Bias0/og = 0 +WREB.Bias0/ogP = -2.0 +WREB.Bias0/ogSh = 0 +WREB.Bias0/rd = 0 +WREB.Bias0/rdP = 13.0 +WREB.DAC/csGate = [1,1,1] +WREB.DAC/pclkHigh = 0 +WREB.DAC/pclkHighP = 2.0 +WREB.DAC/pclkHighSh = 0 +WREB.DAC/pclkLow = 0 +WREB.DAC/pclkLowP = -8.0 +WREB.DAC/pclkLowSh = 0 +WREB.DAC/rgHigh = 0 +WREB.DAC/rgHighP = 8.0 +WREB.DAC/rgHighSh = 0 +WREB.DAC/rgLow = 0 +WREB.DAC/rgLowP = -2.0 +WREB.DAC/rgLowSh = 0 +WREB.DAC/sclkHigh = 0 +WREB.DAC/sclkHighP = 5.0 +WREB.DAC/sclkHighSh = 0 +WREB.DAC/sclkLow = 0 +WREB.DAC/sclkLowP = -5.0 +WREB.DAC/sclkLowSh = 0 diff --git a/IR2/lsst-ir2daq01/cr-raft__Rafts.properties b/IR2/lsst-ir2daq01/cr-raft__Rafts.properties deleted file mode 100644 index 9cf834a..0000000 --- a/IR2/lsst-ir2daq01/cr-raft__Rafts.properties +++ /dev/null @@ -1,104 +0,0 @@ -main/ccdType = ITL -GREB/serialNum = 412160871 -WREB/serialNum = 412164444 -GREB.ASPIC0/af1 = 0 -GREB.ASPIC0/clamp = 0 -GREB.ASPIC0/gain = 1 -GREB.ASPIC0/rc = 15 -GREB.ASPIC0/tm = 0 -GREB.ASPIC1/af1 = 0 -GREB.ASPIC1/clamp = 0 -GREB.ASPIC1/gain = 1 -GREB.ASPIC1/rc = 15 -GREB.ASPIC1/tm = 0 -GREB.ASPIC2/af1 = 0 -GREB.ASPIC2/clamp = 0 -GREB.ASPIC2/gain = 1 -GREB.ASPIC2/rc = 15 -GREB.ASPIC2/tm = 0 -GREB.ASPIC3/af1 = 0 -GREB.ASPIC3/clamp = 0 -GREB.ASPIC3/gain = 1 -GREB.ASPIC3/rc = 15 -GREB.ASPIC3/tm = 0 -GREB.Bias0/csGate = 0 -GREB.Bias0/csGateP = 1.0 -GREB.Bias0/gd = 0 -GREB.Bias0/gdP = 20.0 -GREB.Bias0/od = 0 -GREB.Bias0/odP = 25.0 -GREB.Bias0/og = 0 -GREB.Bias0/ogP = -2.0 -GREB.Bias0/ogSh = 0 -GREB.Bias0/rd = 0 -GREB.Bias0/rdP = 13.0 -GREB.Bias1/csGate = 0 -GREB.Bias1/csGateP = 1.0 -GREB.Bias1/gd = 0 -GREB.Bias1/gdP = 20.0 -GREB.Bias1/od = 0 -GREB.Bias1/odP = 25.0 -GREB.Bias1/og = 0 -GREB.Bias1/ogP = -2.0 -GREB.Bias1/ogSh = 0 -GREB.Bias1/rd = 0 -GREB.Bias1/rdP = 13.0 -GREB.DAC/csGate = [1,1,1] -GREB.DAC/pclkHigh = 0 -GREB.DAC/pclkHighP = 2.0 -GREB.DAC/pclkHighSh = 0 -GREB.DAC/pclkLow = 0 -GREB.DAC/pclkLowP = -8.0 -GREB.DAC/pclkLowSh = 0 -GREB.DAC/rgHigh = 0 -GREB.DAC/rgHighP = 8.0 -GREB.DAC/rgHighSh = 0 -GREB.DAC/rgLow = 0 -GREB.DAC/rgLowP = -2.0 -GREB.DAC/rgLowSh = 0 -GREB.DAC/sclkHigh = 0 -GREB.DAC/sclkHighP = 5.0 -GREB.DAC/sclkHighSh = 0 -GREB.DAC/sclkLow = 0 -GREB.DAC/sclkLowP = -5.0 -GREB.DAC/sclkLowSh = 0 -WREB.ASPIC0/af1 = 0 -WREB.ASPIC0/clamp = 0 -WREB.ASPIC0/gain = 1 -WREB.ASPIC0/rc = 15 -WREB.ASPIC0/tm = 0 -WREB.ASPIC1/af1 = 0 -WREB.ASPIC1/clamp = 0 -WREB.ASPIC1/gain = 1 -WREB.ASPIC1/rc = 15 -WREB.ASPIC1/tm = 0 -WREB.Bias0/csGate = 0 -WREB.Bias0/csGateP = 1.0 -WREB.Bias0/gd = 0 -WREB.Bias0/gdP = 20.0 -WREB.Bias0/od = 0 -WREB.Bias0/odP = 25.0 -WREB.Bias0/og = 0 -WREB.Bias0/ogP = -2.0 -WREB.Bias0/ogSh = 0 -WREB.Bias0/rd = 0 -WREB.Bias0/rdP = 13.0 -WREB.DAC/csGate = [1,1,1] -WREB.DAC/pclkHigh = 0 -WREB.DAC/pclkHighP = 2.0 -WREB.DAC/pclkHighSh = 0 -WREB.DAC/pclkLow = 0 -WREB.DAC/pclkLowP = -8.0 -WREB.DAC/pclkLowSh = 0 -WREB.DAC/rgHigh = 0 -WREB.DAC/rgHighP = 8.0 -WREB.DAC/rgHighSh = 0 -WREB.DAC/rgLow = 0 -WREB.DAC/rgLowP = -2.0 -WREB.DAC/rgLowSh = 0 -WREB.DAC/sclkHigh = 0 -WREB.DAC/sclkHighP = 5.0 -WREB.DAC/sclkHighSh = 0 -WREB.DAC/sclkLow = 0 -WREB.DAC/sclkLowP = -5.0 -WREB.DAC/sclkLowSh = 0 diff --git a/IR2/lsst-ir2daq01/cr-raft__Rafts.properties b/IR2/lsst-ir2daq01/cr-raft__Rafts.properties new file mode 120000 index 0000000..01f2c2b --- /dev/null +++ b/IR2/lsst-ir2daq01/cr-raft__Rafts.properties @@ -0,0 +1 @@ +CRTM-0004/cr-raft__Rafts.properties \ No newline at end of file diff --git a/IR2/lsst-ir2daq01/cr-raft__RaftsPower.properties b/IR2/lsst-ir2daq01/cr-raft__RaftsPower.properties index 7e207ea..a922a8a 100644 --- a/IR2/lsst-ir2daq01/cr-raft__RaftsPower.properties +++ b/IR2/lsst-ir2daq01/cr-raft__RaftsPower.properties @@ -1,3 +1,5 @@ +GREB/odiQmax = 0.005 +GREB/odiAmin = 0.020 GREB.Bias0/gdOff = 0.0 GREB.Bias0/gdTestVolts = 0.5 GREB.Bias0/gdTol = 0.33 @@ -68,6 +70,8 @@ GREB.DAC/sclkLowTestV = 0.5 GREB.DAC/sclkLowTol = 0.4 GREB.DAC/sclkLowValueErr = 0.2 GREB.DAC/sclkLowZeroErr = 0.2 +WREB/odiQmax = 0.005 +WREB/odiAmin = 0.020 WREB.Bias0/gdOff = 0.0 WREB.Bias0/gdTestVolts = 0.5 WREB.Bias0/gdTol = 0.33 From 3310f449d4e1f85898487638771a2af03422a83e Mon Sep 17 00:00:00 2001 From: CCS Operator Account Date: Thu, 30 May 2019 23:13:22 -0700 Subject: [PATCH 3/3] updated comcam-vacuum properties --- IR2/lsst-uno09/comcam-vacuum.properties | 12 +- IR2/lsst-uno09/comcam-vacuum__Cryo.properties | 6 - .../comcam-vacuum__Cryocon.properties | 45 ++ .../comcam-vacuum__Limits.properties | 552 ++++-------------- .../comcam-vacuum__timers.properties | 18 +- 5 files changed, 157 insertions(+), 476 deletions(-) create mode 100644 IR2/lsst-uno09/comcam-vacuum__Cryocon.properties diff --git a/IR2/lsst-uno09/comcam-vacuum.properties b/IR2/lsst-uno09/comcam-vacuum.properties index 25f12f5..33aa8d3 100644 --- a/IR2/lsst-uno09/comcam-vacuum.properties +++ b/IR2/lsst-uno09/comcam-vacuum.properties @@ -1,12 +1,16 @@ +#******** PDU15/maxReadFailures +#******** +PDU15/maxReadFailures = 3 + +#******** PDU20/maxReadFailures +#******** +PDU20/maxReadFailures = 3 + #******** Turbo/activeStopMode -#** Active-Stop mode , settable only if pump is stopped -#** type : boolean (example : true) #******** Turbo/activeStopMode = true #******** Turbo/softStartMode -#** Soft-Start mode , settable only if pump is stopped -#** type : boolean (example : true) #******** Turbo/softStartMode = true diff --git a/IR2/lsst-uno09/comcam-vacuum__Cryo.properties b/IR2/lsst-uno09/comcam-vacuum__Cryo.properties index 9ea1103..4503860 100644 --- a/IR2/lsst-uno09/comcam-vacuum__Cryo.properties +++ b/IR2/lsst-uno09/comcam-vacuum__Cryo.properties @@ -1,20 +1,14 @@ #******** CIP1C/current -#** -#** type : double #** category : Cryo #******** CIP1C/current = 0.002 #******** CIP1C/power -#** -#** type : double #** category : Cryo #******** CIP1C/power = 9.9 #******** CIP1C/voltage -#** -#** type : double #** category : Cryo #******** CIP1C/voltage = 5000.0 diff --git a/IR2/lsst-uno09/comcam-vacuum__Cryocon.properties b/IR2/lsst-uno09/comcam-vacuum__Cryocon.properties new file mode 100644 index 0000000..51075ad --- /dev/null +++ b/IR2/lsst-uno09/comcam-vacuum__Cryocon.properties @@ -0,0 +1,45 @@ +#******** CryoTelCold1/d_gain +#** category : Cryocon +#******** +CryoTelCold1/d_gain = 0.0 + +#******** CryoTelCold1/i_gain +#** category : Cryocon +#******** +CryoTelCold1/i_gain = 0.0 + +#******** CryoTelCold1/p_gain +#** category : Cryocon +#******** +CryoTelCold1/p_gain = 10.0 + +#******** CryoTelCold2/d_gain +#** category : Cryocon +#******** +CryoTelCold2/d_gain = 0.0 + +#******** CryoTelCold2/i_gain +#** category : Cryocon +#******** +CryoTelCold2/i_gain = 0.0 + +#******** CryoTelCold2/p_gain +#** category : Cryocon +#******** +CryoTelCold2/p_gain = 10.0 + +#******** CryoTelCryo/d_gain +#** category : Cryocon +#******** +CryoTelCryo/d_gain = 0.0 + +#******** CryoTelCryo/i_gain +#** category : Cryocon +#******** +CryoTelCryo/i_gain = 0.01 + +#******** CryoTelCryo/p_gain +#** category : Cryocon +#******** +CryoTelCryo/p_gain = 10.0 + diff --git a/IR2/lsst-uno09/comcam-vacuum__Limits.properties b/IR2/lsst-uno09/comcam-vacuum__Limits.properties index 7840133..8b21ece 100644 --- a/IR2/lsst-uno09/comcam-vacuum__Limits.properties +++ b/IR2/lsst-uno09/comcam-vacuum__Limits.properties @@ -1,1217 +1,869 @@ #******** CIP1_I/dbandHi -#** -#** type : double #** category : Limits #******** CIP1_I/dbandHi = 1.6 #******** CIP1_I/dbandLo -#** -#** type : double #** category : Limits #******** CIP1_I/dbandLo = 0.0 #******** CIP1_I/limitHi -#** -#** type : double #** category : Limits #******** CIP1_I/limitHi = 3.2 #******** CIP1_I/limitLo -#** -#** type : double #** category : Limits #******** CIP1_I/limitLo = 0.0 #******** CIP1_V/dbandHi -#** -#** type : double #** category : Limits #******** CIP1_V/dbandHi = 500.0 #******** CIP1_V/dbandLo -#** -#** type : double #** category : Limits #******** CIP1_V/dbandLo = 0.0 #******** CIP1_V/limitHi -#** -#** type : double #** category : Limits #******** CIP1_V/limitHi = 7000.0 #******** CIP1_V/limitLo -#** -#** type : double #** category : Limits #******** CIP1_V/limitLo = 0.0 #******** Cold1AutoOff/dbandHi -#** -#** type : double #** category : Limits #******** Cold1AutoOff/dbandHi = 0.0 #******** Cold1AutoOff/dbandLo -#** -#** type : double #** category : Limits #******** Cold1AutoOff/dbandLo = 0.0 #******** Cold1AutoOff/limitHi -#** -#** type : double #** category : Limits #******** Cold1AutoOff/limitHi = 2.0 #******** Cold1AutoOff/limitLo -#** -#** type : double #** category : Limits #******** Cold1AutoOff/limitLo = 0.0 #******** Cold1AutoOffTemp/dbandHi -#** -#** type : double #** category : Limits #******** Cold1AutoOffTemp/dbandHi = 0.0 #******** Cold1AutoOffTemp/dbandLo -#** -#** type : double #** category : Limits #******** Cold1AutoOffTemp/dbandLo = 0.0 #******** Cold1AutoOffTemp/limitHi -#** -#** type : double #** category : Limits #******** Cold1AutoOffTemp/limitHi = 25.0 #******** Cold1AutoOffTemp/limitLo -#** -#** type : double #** category : Limits #******** Cold1AutoOffTemp/limitLo = -150.0 #******** Cold1AutoOnTemp/dbandHi -#** -#** type : double #** category : Limits #******** Cold1AutoOnTemp/dbandHi = 0.0 #******** Cold1AutoOnTemp/dbandLo -#** -#** type : double #** category : Limits #******** Cold1AutoOnTemp/dbandLo = 0.0 #******** Cold1AutoOnTemp/limitHi -#** -#** type : double #** category : Limits #******** Cold1AutoOnTemp/limitHi = 25.0 #******** Cold1AutoOnTemp/limitLo -#** -#** type : double #** category : Limits #******** Cold1AutoOnTemp/limitLo = -150.0 #******** Cold1Pwr/dbandHi -#** -#** type : double #** category : Limits #******** Cold1Pwr/dbandHi = 0.0 #******** Cold1Pwr/dbandLo -#** -#** type : double #** category : Limits #******** Cold1Pwr/dbandLo = 0.0 #******** Cold1Pwr/limitHi -#** -#** type : double #** category : Limits #******** Cold1Pwr/limitHi = 250.0 #******** Cold1Pwr/limitLo -#** -#** type : double #** category : Limits #******** Cold1Pwr/limitLo = 0.0 +#******** Cold1RejectTemp/dbandHi +#** category : Limits +#******** +Cold1RejectTemp/dbandHi = 0.0 + +#******** Cold1RejectTemp/dbandLo +#** category : Limits +#******** +Cold1RejectTemp/dbandLo = 0.0 + +#******** Cold1RejectTemp/limitHi +#** category : Limits +#******** +Cold1RejectTemp/limitHi = 25.0 + +#******** Cold1RejectTemp/limitLo +#** category : Limits +#******** +Cold1RejectTemp/limitLo = 10.0 + #******** Cold1SetPt/dbandHi -#** -#** type : double #** category : Limits #******** Cold1SetPt/dbandHi = 0.0 #******** Cold1SetPt/dbandLo -#** -#** type : double #** category : Limits #******** Cold1SetPt/dbandLo = 0.0 #******** Cold1SetPt/limitHi -#** -#** type : double #** category : Limits #******** Cold1SetPt/limitHi = 28.0 #******** Cold1SetPt/limitLo -#** -#** type : double #** category : Limits #******** Cold1SetPt/limitLo = -130.0 #******** Cold1SetPwr/dbandHi -#** -#** type : double #** category : Limits #******** Cold1SetPwr/dbandHi = 0.0 #******** Cold1SetPwr/dbandLo -#** -#** type : double #** category : Limits #******** Cold1SetPwr/dbandLo = 0.0 #******** Cold1SetPwr/limitHi -#** -#** type : double #** category : Limits #******** -Cold1SetPwr/limitHi = 60.0 +Cold1SetPwr/limitHi = 250.0 #******** Cold1SetPwr/limitLo -#** -#** type : double #** category : Limits #******** Cold1SetPwr/limitLo = 0.0 #******** Cold1Temp/dbandHi -#** -#** type : double #** category : Limits #******** Cold1Temp/dbandHi = 0.0 #******** Cold1Temp/dbandLo -#** -#** type : double #** category : Limits #******** -Cold1Temp/dbandLo = 0.0 +Cold1Temp/dbandLo = 10.0 #******** Cold1Temp/limitHi -#** -#** type : double #** category : Limits #******** Cold1Temp/limitHi = 28.0 #******** Cold1Temp/limitLo -#** -#** type : double #** category : Limits #******** -Cold1Temp/limitLo = -130.0 +Cold1Temp/limitLo = -110.0 #******** Cold2AutoOff/dbandHi -#** -#** type : double #** category : Limits #******** Cold2AutoOff/dbandHi = 0.0 #******** Cold2AutoOff/dbandLo -#** -#** type : double #** category : Limits #******** Cold2AutoOff/dbandLo = 0.0 #******** Cold2AutoOff/limitHi -#** -#** type : double #** category : Limits #******** Cold2AutoOff/limitHi = 2.0 #******** Cold2AutoOff/limitLo -#** -#** type : double #** category : Limits #******** Cold2AutoOff/limitLo = 0.0 #******** Cold2AutoOffTemp/dbandHi -#** -#** type : double #** category : Limits #******** Cold2AutoOffTemp/dbandHi = 0.0 #******** Cold2AutoOffTemp/dbandLo -#** -#** type : double #** category : Limits #******** Cold2AutoOffTemp/dbandLo = 0.0 #******** Cold2AutoOffTemp/limitHi -#** -#** type : double #** category : Limits #******** Cold2AutoOffTemp/limitHi = 25.0 #******** Cold2AutoOffTemp/limitLo -#** -#** type : double #** category : Limits #******** Cold2AutoOffTemp/limitLo = -150.0 #******** Cold2AutoOnTemp/dbandHi -#** -#** type : double #** category : Limits #******** Cold2AutoOnTemp/dbandHi = 0.0 #******** Cold2AutoOnTemp/dbandLo -#** -#** type : double #** category : Limits #******** Cold2AutoOnTemp/dbandLo = 0.0 #******** Cold2AutoOnTemp/limitHi -#** -#** type : double #** category : Limits #******** Cold2AutoOnTemp/limitHi = 25.0 #******** Cold2AutoOnTemp/limitLo -#** -#** type : double #** category : Limits #******** Cold2AutoOnTemp/limitLo = -150.0 #******** Cold2Pwr/dbandHi -#** -#** type : double #** category : Limits #******** Cold2Pwr/dbandHi = 0.0 #******** Cold2Pwr/dbandLo -#** -#** type : double #** category : Limits #******** Cold2Pwr/dbandLo = 0.0 #******** Cold2Pwr/limitHi -#** -#** type : double #** category : Limits #******** Cold2Pwr/limitHi = 250.0 #******** Cold2Pwr/limitLo -#** -#** type : double #** category : Limits #******** Cold2Pwr/limitLo = 0.0 +#******** Cold2RejectTemp/dbandHi +#** category : Limits +#******** +Cold2RejectTemp/dbandHi = 0.0 + +#******** Cold2RejectTemp/dbandLo +#** category : Limits +#******** +Cold2RejectTemp/dbandLo = 0.0 + +#******** Cold2RejectTemp/limitHi +#** category : Limits +#******** +Cold2RejectTemp/limitHi = 25.0 + +#******** Cold2RejectTemp/limitLo +#** category : Limits +#******** +Cold2RejectTemp/limitLo = 10.0 + #******** Cold2SetPt/dbandHi -#** -#** type : double #** category : Limits #******** Cold2SetPt/dbandHi = 0.0 #******** Cold2SetPt/dbandLo -#** -#** type : double #** category : Limits #******** Cold2SetPt/dbandLo = 0.0 #******** Cold2SetPt/limitHi -#** -#** type : double #** category : Limits #******** Cold2SetPt/limitHi = 28.0 #******** Cold2SetPt/limitLo -#** -#** type : double #** category : Limits #******** Cold2SetPt/limitLo = -130.0 #******** Cold2SetPwr/dbandHi -#** -#** type : double #** category : Limits #******** Cold2SetPwr/dbandHi = 0.0 #******** Cold2SetPwr/dbandLo -#** -#** type : double #** category : Limits #******** Cold2SetPwr/dbandLo = 0.0 #******** Cold2SetPwr/limitHi -#** -#** type : double #** category : Limits #******** -Cold2SetPwr/limitHi = 60.0 +Cold2SetPwr/limitHi = 250.0 #******** Cold2SetPwr/limitLo -#** -#** type : double #** category : Limits #******** Cold2SetPwr/limitLo = 0.0 #******** Cold2Temp/dbandHi -#** -#** type : double #** category : Limits #******** Cold2Temp/dbandHi = 0.0 #******** Cold2Temp/dbandLo -#** -#** type : double #** category : Limits #******** -Cold2Temp/dbandLo = 0.0 +Cold2Temp/dbandLo = 10.0 #******** Cold2Temp/limitHi -#** -#** type : double #** category : Limits #******** Cold2Temp/limitHi = 28.0 #******** Cold2Temp/limitLo -#** -#** type : double #** category : Limits #******** -Cold2Temp/limitLo = -130.0 +Cold2Temp/limitLo = -110.0 #******** CryoAutoOff/dbandHi -#** -#** type : double #** category : Limits #******** CryoAutoOff/dbandHi = 0.0 #******** CryoAutoOff/dbandLo -#** -#** type : double #** category : Limits #******** CryoAutoOff/dbandLo = 0.0 #******** CryoAutoOff/limitHi -#** -#** type : double #** category : Limits #******** CryoAutoOff/limitHi = 2.0 #******** CryoAutoOff/limitLo -#** -#** type : double #** category : Limits #******** CryoAutoOff/limitLo = 0.0 #******** CryoAutoOffTemp/dbandHi -#** -#** type : double #** category : Limits #******** CryoAutoOffTemp/dbandHi = 0.0 #******** CryoAutoOffTemp/dbandLo -#** -#** type : double #** category : Limits #******** CryoAutoOffTemp/dbandLo = 0.0 #******** CryoAutoOffTemp/limitHi -#** -#** type : double #** category : Limits #******** CryoAutoOffTemp/limitHi = 25.0 #******** CryoAutoOffTemp/limitLo -#** -#** type : double #** category : Limits #******** -CryoAutoOffTemp/limitLo = -150.0 +CryoAutoOffTemp/limitLo = -170.0 #******** CryoAutoOnTemp/dbandHi -#** -#** type : double #** category : Limits #******** CryoAutoOnTemp/dbandHi = 0.0 #******** CryoAutoOnTemp/dbandLo -#** -#** type : double #** category : Limits #******** CryoAutoOnTemp/dbandLo = 0.0 #******** CryoAutoOnTemp/limitHi -#** -#** type : double #** category : Limits #******** CryoAutoOnTemp/limitHi = 25.0 #******** CryoAutoOnTemp/limitLo -#** -#** type : double #** category : Limits #******** CryoAutoOnTemp/limitLo = -150.0 #******** CryoPwr/dbandHi -#** -#** type : double #** category : Limits #******** CryoPwr/dbandHi = 0.0 #******** CryoPwr/dbandLo -#** -#** type : double #** category : Limits #******** CryoPwr/dbandLo = 0.0 #******** CryoPwr/limitHi -#** -#** type : double #** category : Limits #******** CryoPwr/limitHi = 250.0 #******** CryoPwr/limitLo -#** -#** type : double #** category : Limits #******** CryoPwr/limitLo = 0.0 +#******** CryoRejectTemp/dbandHi +#** category : Limits +#******** +CryoRejectTemp/dbandHi = 0.0 + +#******** CryoRejectTemp/dbandLo +#** category : Limits +#******** +CryoRejectTemp/dbandLo = 0.0 + +#******** CryoRejectTemp/limitHi +#** category : Limits +#******** +CryoRejectTemp/limitHi = 25.0 + +#******** CryoRejectTemp/limitLo +#** category : Limits +#******** +CryoRejectTemp/limitLo = 10.0 + #******** CryoSetPt/dbandHi -#** -#** type : double #** category : Limits #******** CryoSetPt/dbandHi = 0.0 #******** CryoSetPt/dbandLo -#** -#** type : double #** category : Limits #******** CryoSetPt/dbandLo = 0.0 #******** CryoSetPt/limitHi -#** -#** type : double #** category : Limits #******** CryoSetPt/limitHi = 28.0 #******** CryoSetPt/limitLo -#** -#** type : double #** category : Limits #******** -CryoSetPt/limitLo = -130.0 +CryoSetPt/limitLo = -155.0 #******** CryoSetPwr/dbandHi -#** -#** type : double #** category : Limits #******** CryoSetPwr/dbandHi = 0.0 #******** CryoSetPwr/dbandLo -#** -#** type : double #** category : Limits #******** CryoSetPwr/dbandLo = 0.0 #******** CryoSetPwr/limitHi -#** -#** type : double #** category : Limits #******** -CryoSetPwr/limitHi = 60.0 +CryoSetPwr/limitHi = 80.0 #******** CryoSetPwr/limitLo -#** -#** type : double #** category : Limits #******** CryoSetPwr/limitLo = 0.0 #******** CryoTelCold1/temp_Min_OFF -#** -#** type : double #** category : Limits #******** -CryoTelCold1/temp_Min_OFF = -55.0 +CryoTelCold1/temp_Min_OFF = -110.0 #******** CryoTelCold1/temp_Min_ON -#** -#** type : double #** category : Limits #******** CryoTelCold1/temp_Min_ON = -45.0 #******** CryoTelCold2/temp_Min_OFF -#** -#** type : double #** category : Limits #******** -CryoTelCold2/temp_Min_OFF = -55.0 +CryoTelCold2/temp_Min_OFF = -110.0 #******** CryoTelCold2/temp_Min_ON -#** -#** type : double #** category : Limits #******** CryoTelCold2/temp_Min_ON = -45.0 #******** CryoTelCryo/temp_Min_OFF -#** -#** type : double #** category : Limits #******** -CryoTelCryo/temp_Min_OFF = -140.0 +CryoTelCryo/temp_Min_OFF = -170.0 #******** CryoTelCryo/temp_Min_ON -#** -#** type : double #** category : Limits #******** CryoTelCryo/temp_Min_ON = -120.0 #******** CryoTemp/dbandHi -#** -#** type : double #** category : Limits #******** CryoTemp/dbandHi = 0.0 #******** CryoTemp/dbandLo -#** -#** type : double #** category : Limits #******** CryoTemp/dbandLo = 0.0 #******** CryoTemp/limitHi -#** -#** type : double #** category : Limits #******** CryoTemp/limitHi = 28.0 #******** CryoTemp/limitLo -#** -#** type : double #** category : Limits #******** -CryoTemp/limitLo = -130.0 +CryoTemp/limitLo = -155.0 + +#******** PDU15Current/dbandHi +#** category : Limits +#******** +PDU15Current/dbandHi = 0.0 + +#******** PDU15Current/dbandLo +#** category : Limits +#******** +PDU15Current/dbandLo = 0.0 + +#******** PDU15Current/limitHi +#** category : Limits +#******** +PDU15Current/limitHi = 12.0 + +#******** PDU15Current/limitLo +#** category : Limits +#******** +PDU15Current/limitLo = 0.0 -#******** CryoVac/dbandHi -#** -#** type : double +#******** PDU15Power/dbandHi #** category : Limits #******** -CryoVac/dbandHi = 20.0 +PDU15Power/dbandHi = 0.0 -#******** CryoVac/dbandLo -#** -#** type : double +#******** PDU15Power/dbandLo #** category : Limits #******** -CryoVac/dbandLo = 1.0E-8 +PDU15Power/dbandLo = 0.0 -#******** CryoVac/limitHi -#** -#** type : double +#******** PDU15Power/limitHi #** category : Limits #******** -CryoVac/limitHi = 810.0 +PDU15Power/limitHi = 1320.0 -#******** CryoVac/limitLo -#** -#** type : double +#******** PDU15Power/limitLo #** category : Limits #******** -CryoVac/limitLo = 0.0 +PDU15Power/limitLo = 0.0 #******** PDU20Current/dbandHi -#** -#** type : double #** category : Limits #******** PDU20Current/dbandHi = 0.0 #******** PDU20Current/dbandLo -#** -#** type : double #** category : Limits #******** PDU20Current/dbandLo = 0.0 #******** PDU20Current/limitHi -#** -#** type : double #** category : Limits #******** PDU20Current/limitHi = 12.0 #******** PDU20Current/limitLo -#** -#** type : double #** category : Limits #******** PDU20Current/limitLo = 0.0 #******** PDU20Power/dbandHi -#** -#** type : double #** category : Limits #******** PDU20Power/dbandHi = 0.0 #******** PDU20Power/dbandLo -#** -#** type : double #** category : Limits #******** PDU20Power/dbandLo = 0.0 #******** PDU20Power/limitHi -#** -#** type : double #** category : Limits #******** PDU20Power/limitHi = 1320.0 #******** PDU20Power/limitLo -#** -#** type : double #** category : Limits #******** PDU20Power/limitLo = 0.0 -#******** RoughPumpState/dbandHi -#** -#** type : double -#** category : Limits -#******** -RoughPumpState/dbandHi = 0.0 - -#******** RoughPumpState/dbandLo -#** -#** type : double -#** category : Limits -#******** -RoughPumpState/dbandLo = 0.0 - -#******** RoughPumpState/limitHi -#** -#** type : double -#** category : Limits -#******** -RoughPumpState/limitHi = 1.1 - -#******** RoughPumpState/limitLo -#** -#** type : double -#** category : Limits -#******** -RoughPumpState/limitLo = 0.9 - #******** TurboContTempAir/dbandHi -#** -#** type : double #** category : Limits #******** TurboContTempAir/dbandHi = 5.0 #******** TurboContTempAir/dbandLo -#** -#** type : double #** category : Limits #******** TurboContTempAir/dbandLo = 5.0 #******** TurboContTempAir/limitHi -#** -#** type : double #** category : Limits #******** TurboContTempAir/limitHi = 35.0 #******** TurboContTempAir/limitLo -#** -#** type : double #** category : Limits #******** TurboContTempAir/limitLo = 0.0 #******** TurboContTempSink/dbandHi -#** -#** type : double #** category : Limits #******** TurboContTempSink/dbandHi = 5.0 #******** TurboContTempSink/dbandLo -#** -#** type : double #** category : Limits #******** TurboContTempSink/dbandLo = 5.0 #******** TurboContTempSink/limitHi -#** -#** type : double #** category : Limits #******** TurboContTempSink/limitHi = 35.0 #******** TurboContTempSink/limitLo -#** -#** type : double #** category : Limits #******** TurboContTempSink/limitLo = 0.0 #******** TurboCurrent/dbandHi -#** -#** type : double #** category : Limits #******** TurboCurrent/dbandHi = 0.0 #******** TurboCurrent/dbandLo -#** -#** type : double #** category : Limits #******** TurboCurrent/dbandLo = 0.0 #******** TurboCurrent/limitHi -#** -#** type : double #** category : Limits #******** TurboCurrent/limitHi = 0.0 #******** TurboCurrent/limitLo -#** -#** type : double #** category : Limits #******** TurboCurrent/limitLo = 0.0 #******** TurboDriveFreq/dbandHi -#** -#** type : double #** category : Limits #******** TurboDriveFreq/dbandHi = 0.0 #******** TurboDriveFreq/dbandLo -#** -#** type : double #** category : Limits #******** TurboDriveFreq/dbandLo = 0.0 #******** TurboDriveFreq/limitHi -#** -#** type : double #** category : Limits #******** TurboDriveFreq/limitHi = 0.0 #******** TurboDriveFreq/limitLo -#** -#** type : double #** category : Limits #******** TurboDriveFreq/limitLo = 0.0 #******** TurboPower/dbandHi -#** -#** type : double #** category : Limits #******** TurboPower/dbandHi = 31.0 #******** TurboPower/dbandLo -#** -#** type : double #** category : Limits #******** TurboPower/dbandLo = 0.0 #******** TurboPower/limitHi -#** -#** type : double #** category : Limits #******** TurboPower/limitHi = 71.0 #******** TurboPower/limitLo -#** -#** type : double #** category : Limits #******** TurboPower/limitLo = 0.0 -#******** TurboPumpState/dbandHi -#** -#** type : double -#** category : Limits -#******** -TurboPumpState/dbandHi = 0.0 - -#******** TurboPumpState/dbandLo -#** -#** type : double -#** category : Limits -#******** -TurboPumpState/dbandLo = 0.0 - -#******** TurboPumpState/limitHi -#** -#** type : double -#** category : Limits -#******** -TurboPumpState/limitHi = 1.1 - -#******** TurboPumpState/limitLo -#** -#** type : double -#** category : Limits -#******** -TurboPumpState/limitLo = 0.9 - #******** TurboPumpTemp/dbandHi -#** -#** type : double #** category : Limits #******** TurboPumpTemp/dbandHi = 5.0 #******** TurboPumpTemp/dbandLo -#** -#** type : double #** category : Limits #******** TurboPumpTemp/dbandLo = 5.0 #******** TurboPumpTemp/limitHi -#** -#** type : double #** category : Limits #******** TurboPumpTemp/limitHi = 35.0 #******** TurboPumpTemp/limitLo -#** -#** type : double #** category : Limits #******** TurboPumpTemp/limitLo = 0.0 #******** TurboRPM/dbandHi -#** -#** type : double #** category : Limits #******** TurboRPM/dbandHi = 0.0 #******** TurboRPM/dbandLo -#** -#** type : double #** category : Limits #******** TurboRPM/dbandLo = 0.0 #******** TurboRPM/limitHi -#** -#** type : double #** category : Limits #******** -TurboRPM/limitHi = 0.0 +TurboRPM/limitHi = 80000.0 #******** TurboRPM/limitLo -#** -#** type : double #** category : Limits #******** TurboRPM/limitLo = 0.0 #******** TurboSpeed/dbandHi -#** -#** type : double #** category : Limits #******** TurboSpeed/dbandHi = 0.0 #******** TurboSpeed/dbandLo -#** -#** type : double #** category : Limits #******** TurboSpeed/dbandLo = 0.0 #******** TurboSpeed/limitHi -#** -#** type : double #** category : Limits #******** TurboSpeed/limitHi = 100000.0 #******** TurboSpeed/limitLo -#** -#** type : double #** category : Limits #******** TurboSpeed/limitLo = 0.0 #******** TurboStatus/dbandHi -#** -#** type : double #** category : Limits #******** TurboStatus/dbandHi = 0.0 #******** TurboStatus/dbandLo -#** -#** type : double #** category : Limits #******** TurboStatus/dbandLo = 5.0 #******** TurboStatus/limitHi -#** -#** type : double #** category : Limits #******** TurboStatus/limitHi = 5.5 #******** TurboStatus/limitLo -#** -#** type : double #** category : Limits #******** TurboStatus/limitLo = -0.5 -#******** TurboVac/dbandHi -#** -#** type : double -#** category : Limits -#******** -TurboVac/dbandHi = 20.0 - -#******** TurboVac/dbandLo -#** -#** type : double -#** category : Limits -#******** -TurboVac/dbandLo = 1.0E-8 - -#******** TurboVac/limitHi -#** -#** type : double -#** category : Limits -#******** -TurboVac/limitHi = 810.0 - -#******** TurboVac/limitLo -#** -#** type : double -#** category : Limits -#******** -TurboVac/limitLo = 0.0 - #******** TurboVoltage/dbandHi -#** -#** type : double #** category : Limits #******** TurboVoltage/dbandHi = 0.0 #******** TurboVoltage/dbandLo -#** -#** type : double #** category : Limits #******** TurboVoltage/dbandLo = 0.0 #******** TurboVoltage/limitHi -#** -#** type : double #** category : Limits #******** TurboVoltage/limitHi = 0.0 #******** TurboVoltage/limitLo -#** -#** type : double #** category : Limits #******** TurboVoltage/limitLo = 0.0 -#******** VATValveState/dbandHi -#** -#** type : double -#** category : Limits -#******** -VATValveState/dbandHi = 0.0 - -#******** VATValveState/dbandLo -#** -#** type : double -#** category : Limits -#******** -VATValveState/dbandLo = 0.0 - -#******** VATValveState/limitHi -#** -#** type : double -#** category : Limits -#******** -VATValveState/limitHi = 1.1 - -#******** VATValveState/limitLo -#** -#** type : double -#** category : Limits -#******** -VATValveState/limitLo = 0.9 - #******** VQMState/dbandHi -#** -#** type : double #** category : Limits #******** VQMState/dbandHi = 0.0 #******** VQMState/dbandLo -#** -#** type : double #** category : Limits #******** VQMState/dbandLo = 0.0 #******** VQMState/limitHi -#** -#** type : double #** category : Limits #******** VQMState/limitHi = 1.1 #******** VQMState/limitLo -#** -#** type : double #** category : Limits #******** VQMState/limitLo = 0.9 #******** vqmpressure/dbandHi -#** -#** type : double #** category : Limits #******** vqmpressure/dbandHi = 20.0 #******** vqmpressure/dbandLo -#** -#** type : double #** category : Limits #******** vqmpressure/dbandLo = 1.0E-8 #******** vqmpressure/limitHi -#** -#** type : double #** category : Limits #******** vqmpressure/limitHi = 810.0 #******** vqmpressure/limitLo -#** -#** type : double #** category : Limits #******** vqmpressure/limitLo = 0.0 diff --git a/IR2/lsst-uno09/comcam-vacuum__timers.properties b/IR2/lsst-uno09/comcam-vacuum__timers.properties index 704b818..80cc4ac 100644 --- a/IR2/lsst-uno09/comcam-vacuum__timers.properties +++ b/IR2/lsst-uno09/comcam-vacuum__timers.properties @@ -1,48 +1,34 @@ -#******** agentMonitorSerive/taskPeriodMillis -#** -#** type : long +#******** agentMonitorService/taskPeriodMillis #** category : timers #******** -agentMonitorSerive/taskPeriodMillis = 60000 +agentMonitorService/taskPeriodMillis = 60000 #******** heartbeat/taskPeriodMillis -#** -#** type : long #** category : timers #******** heartbeat/taskPeriodMillis = 1000 #******** monitor-check/taskPeriodMillis -#** -#** type : long #** category : timers #******** monitor-check/taskPeriodMillis = 10000 #******** monitor-publish/taskPeriodMillis -#** -#** type : long #** category : timers #******** monitor-publish/taskPeriodMillis = 3000 #******** monitor-update/taskPeriodMillis -#** -#** type : long #** category : timers #******** monitor-update/taskPeriodMillis = 3000 #******** runtimeInfo/taskPeriodMillis -#** -#** type : long #** category : timers #******** runtimeInfo/taskPeriodMillis = 60000 #******** vacuum-state/taskPeriodMillis -#** -#** type : long #** category : timers #******** vacuum-state/taskPeriodMillis = 1000