public class BiasControl extends BoardControl
| Modifier and Type | Method and Description |
|---|---|
int |
getBiasEnable() |
ReflexController.BoardType |
getBoardType() |
int |
getHVCurrent(int channel) |
int |
getHVOrder(int channel) |
int |
getHVVoltage(int channel) |
int |
getLVCurrent(int channel) |
int |
getLVOrder(int channel) |
int |
getLVVoltage(int channel) |
void |
setBiasEnable(int bitfield) |
void |
setHVCurrent(int channel,
int v) |
void |
setHVOrder(int channel,
int order) |
void |
setHVVoltage(int channel,
int v) |
void |
setLVCurrent(int channel,
int v) |
void |
setLVOrder(int channel,
int order) |
void |
setLVVoltage(int channel,
int v) |
getBoardSlotpublic ReflexController.BoardType getBoardType()
getBoardType in class BoardControlpublic void setBiasEnable(int bitfield)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getBiasEnable()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setLVVoltage(int channel,
int v)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getLVVoltage(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setHVVoltage(int channel,
int v)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getHVVoltage(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setLVCurrent(int channel,
int v)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getLVCurrent(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setHVCurrent(int channel,
int v)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getHVCurrent(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setLVOrder(int channel,
int order)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getLVOrder(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setHVOrder(int channel,
int order)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getHVOrder(int channel)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2014 LSST. All Rights Reserved.