org.lsst.ccs.subsystem.refrig
Class RefrigTest.Channel
java.lang.Object
org.lsst.ccs.framework.ConfigurableComponent
org.lsst.ccs.subsystem.refrig.RefrigTest.Channel
- All Implemented Interfaces:
- org.lsst.ccs.framework.Configurable
- Direct Known Subclasses:
- RefrigTestHdw.ChannelHdw, RefrigTestSim.ChannelSim
- Enclosing class:
- RefrigTest
public static class RefrigTest.Channel
- extends org.lsst.ccs.framework.ConfigurableComponent
Inner container class for channel parameters
| Nested classes/interfaces inherited from interface org.lsst.ccs.framework.Configurable |
org.lsst.ccs.framework.Configurable.Environment |
| Fields inherited from class org.lsst.ccs.framework.ConfigurableComponent |
environment |
|
Method Summary |
void |
setLimitHi(double limit)
Sets the high limit |
void |
setLimitLo(double limit)
Sets the low limit |
| Methods inherited from class org.lsst.ccs.framework.ConfigurableComponent |
alias, change, getEnvironment, getName, getParent, setEnvironment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefrigTest.Channel
public RefrigTest.Channel(String desc,
String units,
String loCheck,
double limitLo,
double deadbandLo,
String hiCheck,
double limitHi,
double deadbandHi)
- Constructor
setLimitLo
@ConfigChanger
public void setLimitLo(double limit)
- Sets the low limit
setLimitHi
@ConfigChanger
public void setLimitHi(double limit)
- Sets the high limit
Copyright © 2013 LSST. All Rights Reserved.