public class PowerBControl extends BoardControl
| Modifier and Type | Method and Description |
|---|---|
ReflexController.BoardType |
getBoardType() |
int |
getTECSetPoint() |
int |
getTempControl(int ab) |
int |
getTempD(int ab) |
int |
getTempForce(int ab) |
int |
getTempI(int ab) |
int |
getTempP(int ab) |
int |
getTempTarget(int ab) |
void |
setTECSetPoint(int x) |
void |
setTempControl(int ab,
int x) |
void |
setTempD(int ab,
int x) |
void |
setTempForce(int ab,
int x) |
void |
setTempI(int ab,
int x) |
void |
setTempP(int ab,
int x) |
void |
setTempTarget(int ab,
int x) |
getBoardSlotpublic ReflexController.BoardType getBoardType()
getBoardType in class BoardControlpublic void setTECSetPoint(int x)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTECSetPoint()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTempControl(int ab,
int x)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTempTarget(int ab,
int x)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTempP(int ab,
int x)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTempI(int ab,
int x)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTempD(int ab,
int x)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTempForce(int ab,
int x)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTempControl(int ab)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTempTarget(int ab)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTempP(int ab)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTempI(int ab)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTempD(int ab)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTempForce(int ab)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2014 LSST. All Rights Reserved.