public class TestRebBulkPS extends TestSrp
TestSrp.ConsThread, TestSrp.OnOffconsThread, srp| Constructor and Description |
|---|
TestRebBulkPS() |
| Modifier and Type | Method and Description |
|---|---|
double |
readBoardTemp() |
double |
readCurrent(int id) |
String |
readStatus(int id) |
double |
readTemp(int id) |
double |
readVoltage(int id) |
void |
setPower(int id,
TestSrp.OnOff on) |
String |
showFwVersion(int id) |
String |
showIoStatus(int id) |
String |
showManuDate(int id) |
String |
showManuLocn(int id) |
int |
showModel(int id) |
String |
showPartNo(int id) |
String |
showPrVersion(int id) |
String |
showSerial(int id) |
connect, connect, connectIp, connectIp, contRead, disconnect, formatHex, formatRate, read, read, setDebug, setSrpVersion, setTimeout, setWarnTime, showBoardType, showBuildStamp, showNumSeqErr, showNumTimeout, showTimeout, showWarnTime, update, write@Command(description="Read the board temperature")
public double readBoardTemp()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn a PS on or off")
public void setPower(@Argument(description="Power supply ID")
int id,
@Argument(description="Whether to turn on")
TestSrp.OnOff on)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show a PS I/O status word") public String showIoStatus(@Argument(description="Power supply ID") int id) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show a PS model type")
public int showModel(@Argument(description="Power supply ID")
int id)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show a PS serial number") public String showSerial(@Argument(description="Power supply ID") int id) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show a PS firmware version") public String showFwVersion(@Argument(description="Power supply ID") int id) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show a PS product version") public String showPrVersion(@Argument(description="Power supply ID") int id) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show a PS part number") public String showPartNo(@Argument(description="Power supply ID") int id) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show a PS manufacture date") public String showManuDate(@Argument(description="Power supply ID") int id) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show a PS manufacture location") public String showManuLocn(@Argument(description="Power supply ID") int id) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a PS status word") public String readStatus(@Argument(description="Power supply ID") int id) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a PS voltage")
public double readVoltage(@Argument(description="Power supply ID")
int id)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a PS current")
public double readCurrent(@Argument(description="Power supply ID")
int id)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a PS temperature")
public double readTemp(@Argument(description="Power supply ID")
int id)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2021 LSST. All rights reserved.