org.lsst.ccs.subsystem.refrig
Class RefrigTest.Channel

java.lang.Object
  extended by org.lsst.ccs.framework.ConfigurableComponent
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface org.lsst.ccs.framework.Configurable
org.lsst.ccs.framework.Configurable.Environment
 
Field Summary
 
Fields inherited from class org.lsst.ccs.framework.ConfigurableComponent
environment
 
Constructor Summary
RefrigTest.Channel(String desc, String units, String loCheck, double limitLo, double deadbandLo, String hiCheck, double limitHi, double deadbandHi)
          Constructor
 
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
 

Constructor Detail

RefrigTest.Channel

public RefrigTest.Channel(String desc,
                          String units,
                          String loCheck,
                          double limitLo,
                          double deadbandLo,
                          String hiCheck,
                          double limitHi,
                          double deadbandHi)
Constructor

Method Detail

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.