
public class SimuLatchActuatorModule extends LatchActuatorModule implements org.lsst.ccs.UsesSubsystem
currentLimitInVolt, name, speedVoltageInVolt, speedVoltageMaxValue, speedVoltageMinValue| Constructor and Description |
|---|
SimuLatchActuatorModule(SimuCompactIOModule simuDIO,
double currentLimitInVolt,
double speedVoltageInVolt,
int speedVoltageMinValue,
int speedVoltageMaxValue)
Build a new SimuLatchActuatorModule
|
| Modifier and Type | Method and Description |
|---|---|
String |
close()
For the simulated latch actuator, the command close has just to update
the values of the lock and unlock simulated sensors.
|
String |
open()
For the simulated Latch Actuator the command open has to update the value
of the lock and unlock sensors on the same side of the filter (Xminus or
Xplus).
|
String |
powerOff()
Power off the latch actuator.
|
getCurrentLimitInVolt, getSpeedVoltageInVolt, getSpeedVoltageMaxValue, getSpeedVoltageMinValue, setCurrentLimitInVolt, setSpeedVoltageInVolt, setSpeedVoltageMaxValue, setSpeedVoltageMinValuepublic SimuLatchActuatorModule(SimuCompactIOModule simuDIO, double currentLimitInVolt, double speedVoltageInVolt, int speedVoltageMinValue, int speedVoltageMaxValue)
currentLimitInVolt - speedVoltageInVolt - speedVoltageMinValue - speedVoltageMaxValue - simuDIO - public String open()
open in class LatchActuatorModuleFailedCommandExceptionpublic String close()
close in class LatchActuatorModuleFailedCommandExceptionpublic String powerOff()
LatchActuatorModulepowerOff in class LatchActuatorModuleCopyright © 2017 LSST. All rights reserved.