public class BackplaneControl extends BoardControl
| Modifier and Type | Method and Description |
|---|---|
ReflexController.BoardType |
getBoardType() |
int |
getDaughterEnable() |
int |
getMasterClock() |
int |
getPairChannelDaughterModule(int pairnum,
int ab) |
int |
getPairCount() |
int |
getPixelClock() |
int |
getTriggering() |
void |
setDaughterEnable(int bitfield) |
void |
setMasterClock(int hz) |
void |
setPairChannelDaughterModule(int pairnum,
int ab,
int bitfield) |
void |
setPairCount(int pc) |
void |
setPixelClock(int pc) |
void |
setTriggering(int t) |
getBoardSlotpublic ReflexController.BoardType getBoardType()
getBoardType in class BoardControlpublic void setMasterClock(int hz)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getMasterClock()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setDaughterEnable(int bitfield)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getDaughterEnable()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setPairCount(int pc)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getPairCount()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setPairChannelDaughterModule(int pairnum,
int ab,
int bitfield)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getPairChannelDaughterModule(int pairnum,
int ab)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setPixelClock(int pc)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getPixelClock()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setTriggering(int t)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic int getTriggering()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2014 LSST. All Rights Reserved.