org.lsst.ccs.subsystems.fcs.singlefiltertest.config
Class ActuatorConfig

java.lang.Object
  extended by org.lsst.ccs.subsystems.fcs.singlefiltertest.config.ActuatorConfig
All Implemented Interfaces:
Serializable

public class ActuatorConfig
extends Object
implements Serializable

Author:
virieux
See Also:
Serialized Form

Constructor Summary
ActuatorConfig(int sentCurrentMinValue, int sentCurrentMaxValue)
           
 
Method Summary
 int getMotor_continuousCurrentLimit()
           
 int getMotor_maxSpeedInCurrentMode()
           
 String getMotor_mode()
           
 int getMotor_outputCurrentLimit()
           
 int getMotor_polePairNumber()
           
 int getMotor_thermalTimeConstantWinding()
           
 int getMotor_type()
           
 String getNodeID()
           
 int getPositionSensorType()
           
 int getSentCurrentMaxValue()
           
 int getSentCurrentMinValue()
           
 String getSerialNB()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActuatorConfig

public ActuatorConfig(int sentCurrentMinValue,
                      int sentCurrentMaxValue)
Method Detail

getMotor_continuousCurrentLimit

public int getMotor_continuousCurrentLimit()

getMotor_maxSpeedInCurrentMode

public int getMotor_maxSpeedInCurrentMode()

getMotor_mode

public String getMotor_mode()

getMotor_outputCurrentLimit

public int getMotor_outputCurrentLimit()

getMotor_polePairNumber

public int getMotor_polePairNumber()

getMotor_thermalTimeConstantWinding

public int getMotor_thermalTimeConstantWinding()

getMotor_type

public int getMotor_type()

getNodeID

public String getNodeID()

getPositionSensorType

public int getPositionSensorType()

getSentCurrentMaxValue

public int getSentCurrentMaxValue()

getSentCurrentMinValue

public int getSentCurrentMinValue()

getSerialNB

public String getSerialNB()


Copyright © 2013 LSST. All Rights Reserved.