public class DriverControl extends BoardControl
| Modifier and Type | Method and Description |
|---|---|
ReflexController.BoardType |
getBoardType() |
int |
getChannelA(int channel) |
int |
getChannelB(int channel) |
int |
getChannelHigh(int channel) |
int |
getChannelLow(int channel) |
int |
getChannelSlew(int channel) |
int |
getDriverEnable() |
void |
setChannelA(int channel,
int low) |
void |
setChannelB(int channel,
int high) |
void |
setChannelHigh(int channel,
int high) |
void |
setChannelLow(int channel,
int low) |
void |
setChannelSlew(int channel,
int slew) |
void |
setDriverEnable(int bitfield) |
getBoardSlotpublic ReflexController.BoardType getBoardType()
getBoardType in class BoardControlpublic void setDriverEnable(int bitfield)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getDriverEnable()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setChannelLow(int channel,
int low)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setChannelHigh(int channel,
int high)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setChannelSlew(int channel,
int slew)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getChannelLow(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getChannelHigh(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getChannelSlew(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setChannelA(int channel,
int low)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setChannelB(int channel,
int high)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getChannelA(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getChannelB(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2014 LSST. All Rights Reserved.