org.lsst.ccs.subsystem.refrig
Class RefrigTestSim.ChannelSim

java.lang.Object
  extended by org.lsst.ccs.subsystem.refrig.RefrigTest.Channel
      extended by org.lsst.ccs.subsystem.refrig.RefrigTestSim.ChannelSim
All Implemented Interfaces:
Serializable
Enclosing class:
RefrigTestSim

public static class RefrigTestSim.ChannelSim
extends RefrigTest.Channel
implements Serializable

Inner container class for channel simulation data.

See Also:
Serialized Form

Constructor Summary
RefrigTestSim.ChannelSim(String name, String desc, String units, String loCheck, String hiCheck, float deadbandLo, float deadbandHi, float onValue, float onTime, float offValue, float offTime)
          Constructor
 
Method Summary
 String toString()
          Converts data fields to a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefrigTestSim.ChannelSim

public RefrigTestSim.ChannelSim(String name,
                                String desc,
                                String units,
                                String loCheck,
                                String hiCheck,
                                float deadbandLo,
                                float deadbandHi,
                                float onValue,
                                float onTime,
                                float offValue,
                                float offTime)
Constructor

Method Detail

toString

public String toString()
Converts data fields to a string

Overrides:
toString in class Object


Copyright © 2013 LSST. All Rights Reserved.